UNPKG

kazama-emoji-component

Version:

Emoji Picker component modified by Kazama DeFi

8 lines (7 loc) 216 B
import * as React from 'react'; declare type Props = Readonly<{ className?: string; style?: React.CSSProperties; }>; export default function Space({ className, style }: Props): JSX.Element; export {};