UNPKG

fui-fancyui

Version:
7 lines (6 loc) 309 B
import { TFancySVGAtomWithNativeAttrs } from '../FancySVGAtom/TFancySVGAtom.model'; interface ILoadingSVGArrowsProps { isLoading?: boolean; } export default function LoadingSVGArrows(props: ILoadingSVGArrowsProps & TFancySVGAtomWithNativeAttrs): import("react/jsx-runtime").JSX.Element | null; export {};