UNPKG

fui-fancyui

Version:
3 lines (2 loc) 243 B
import { TFancyDropDownULWithHTMLAttrs } from './TFancyDropDownUL.model'; export default function FancyDropDownUL({ children, isOpen, themeType, layer, ...styledProps }: TFancyDropDownULWithHTMLAttrs): import("react/jsx-runtime").JSX.Element;