UNPKG

kazama-emoji-component

Version:

Emoji Picker component modified by Kazama DeFi

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