UNPKG

fui-fancyui

Version:
5 lines (4 loc) 292 B
import { ComponentProps } from 'react'; import { BottomBarIcon } from '../../molecules/BottomBarIcon'; import { TComponentAndActionWrapper } from '../../molecules/ComponentAndActionWrapper'; export type TFancyBottomBarIcon = ComponentProps<typeof BottomBarIcon> & TComponentAndActionWrapper;