Public function

Signature
function TextStylePickerSet({
  theme,
  styles,
}: {
  theme: TLDefaultColorTheme
  styles: ReadonlySharedStyleMap
}): import('react/jsx-runtime').JSX.Element | null
Parameters
NameDescription

{ theme, styles, }

{
  theme: TLDefaultColorTheme
  styles: ReadonlySharedStyleMap
}
Returns
import('react/jsx-runtime').JSX.Element | null
References

TLDefaultColorTheme, ReadonlySharedStyleMap

Source

packages/tldraw/src/lib/ui/components/StylePanel/DefaultStylePanelContent.tsx

TextShapeUtilTextToolbarItem