UNPKG

@lunalytics/ui

Version:

React based component library created to be used in Lunalytics

6 lines (5 loc) 218 B
declare const Dropdown: { ({ position, align, items, children, className, color, fullWidth, hideIcon, ...props }: any): import("react/jsx-runtime").JSX.Element; displayName: string; }; export default Dropdown;