@snowball-tech/fractal
Version:
Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS
18 lines (17 loc) • 404 B
TypeScript
import { EmojiProps } from "./EmojiPicker.types.js";
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
//#region src/components/EmojiPicker/Emoji.d.ts
declare const Emoji: {
({
id,
native,
set,
shortCode,
skinTone,
...props
}: EmojiProps): _$react_jsx_runtime0.JSX.Element;
displayName: string;
};
//#endregion
export { Emoji };
//# sourceMappingURL=Emoji.d.ts.map