UNPKG

@welcome-ui/emoji-picker

Version:

Customizable design system with react • styled-components • styled-system and ariakit.

7 lines (6 loc) 143 B
import React from 'react'; type PanelProps = { children?: React.ReactNode; }; export declare const Panel: React.FC<PanelProps>; export {};