UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

11 lines (10 loc) 772 B
/// <reference types="react" /> import './style/index.js'; export * from './type'; export declare const Sidebar: { ({ as, className, direction, inverted, vertical, visible, animation, children, ...props }: import("./type").SidebarProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>; displayName: string; Pushable: ({ as, className, content, children, ...props }: import("./type").SidebarPushableProps) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>; Pusher: ({ as, className, dimmed, content, children, ...props }: import("./type").SidebarPusherProps) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>; }; export default Sidebar;