gather-content-ui
Version:
GatherContent UI Library
18 lines • 691 B
TypeScript
export declare function DropdownMenu({ items, className, listClassName, type, direction, caret, children, shouldDisplay, alignRight, selected, downIcon, fullWidth, buttonClassName, disabled, ...rest }: any): import("react/jsx-runtime").JSX.Element;
export declare namespace DropdownMenu {
var defaultProps: {
type: string;
selected: boolean;
alignRight: boolean;
className: string;
listClassName: string;
caret: boolean;
downIcon: boolean;
direction: string;
shouldDisplay: boolean;
fullWidth: boolean;
buttonClassName: string;
disabled: boolean;
};
}
//# sourceMappingURL=index.d.ts.map