UNPKG

fui-fancyui

Version:
6 lines (5 loc) 260 B
import { default as React } from 'react'; import { FancySVGAtom } from '../../../FancySVGAtom'; type ILogoIcon = React.ComponentProps<typeof FancySVGAtom>; export default function LogoIcon(props: ILogoIcon): import("react/jsx-runtime").JSX.Element; export {};