@voilajsx/uikit
Version:
Cross-platform React components with beautiful themes and OKLCH color science
34 lines • 1.83 kB
TypeScript
export const Menubar: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
export function MenubarMenu({ children, ...props }: {
[x: string]: any;
children: any;
}): import("react/jsx-runtime").JSX.Element;
export namespace MenubarMenu {
let displayName: string;
}
export const MenubarTrigger: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
export const MenubarContent: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
export const MenubarItem: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
export const MenubarCheckboxItem: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
export const MenubarRadioItem: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
export const MenubarLabel: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
export const MenubarSeparator: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
export function MenubarShortcut({ className, ...props }: {
[x: string]: any;
className: any;
}): import("react/jsx-runtime").JSX.Element;
export namespace MenubarShortcut {
let displayName_1: string;
export { displayName_1 as displayName };
}
export function MenubarSub({ children, ...props }: {
[x: string]: any;
children: any;
}): import("react/jsx-runtime").JSX.Element;
export namespace MenubarSub {
let displayName_2: string;
export { displayName_2 as displayName };
}
export const MenubarSubTrigger: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
export const MenubarSubContent: import("react").ForwardRefExoticComponent<import("react").RefAttributes<any>>;
//# sourceMappingURL=menubar.d.ts.map