UNPKG

@snowball-tech/fractal

Version:

Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS

32 lines (31 loc) 691 B
import { EmojiPickerProps } from "./EmojiPicker.types.js"; import * as _$react_jsx_runtime0 from "react/jsx-runtime"; //#region src/components/EmojiPicker/EmojiPicker.d.ts declare const EmojiPicker: { ({ autoFocus, categories, custom, customIcon, exclude, frequentsRowNumber, locale, navPosition, onClickOutside, onSelect, perLine, previewPosition, search, searchPosition, set, skinTone, skinTonePosition, theme: themeOverride, version, ...props }: EmojiPickerProps): _$react_jsx_runtime0.JSX.Element; displayName: string; }; //#endregion export { EmojiPicker }; //# sourceMappingURL=EmojiPicker.d.ts.map