mirror of
https://github.com/r2r90/canvas-label.git
synced 2025-12-17 21:19:39 +00:00
8 lines
345 B
Markdown
8 lines
345 B
Markdown
Property 'PopoverTriggerProps' is missing in type '{ handleTextFontFamilyChange: (e: string | undefined) => void; }' but required in type 'Props'.ts(2741)
|
|
font-family-picker.tsx(31, 3): 'PopoverTriggerProps' is declared here.
|
|
(alias) function FontFamilyPicker({ handleTextFontFamilyChange }: Props): React.JSX.Element
|
|
import FontFamilyPicker
|
|
|
|
|
|
|