fomantic-ui-react
Version:
Fomantic-UI React -- A React Component Library.
14 lines (13 loc) • 572 B
TypeScript
/// <reference types="react" />
import './style/index.js';
export * from './type';
import './style/index.js';
export declare const Menu: {
({ as, className, text, children, ...props }: import("./type").MenuProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
displayName: string;
Item: {
({ as, className, children, ...props }: import("./type").MenuItemProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
displayName: string;
};
};
export default Menu;