UNPKG

@dndbuilder.com/react

Version:

Drag and drop builder for React

11 lines (10 loc) 324 B
import { FC } from 'react'; export declare const FontSelector: FC<{ value?: string; onChange?: (fontFamily: string) => void; className?: string; side?: "top" | "right" | "left" | "bottom"; align?: "start" | "center" | "end"; avoidCollisions?: boolean; }>; //# sourceMappingURL=font-selector.d.ts.map