fomantic-ui-react
Version:
Fomantic-UI React -- A React Component Library.
5 lines (4 loc) • 304 B
TypeScript
/// <reference types="react" />
import { SidebarPushableProps } from './type';
declare const SidebarPushable: ({ as, className, content, children, ...props }: SidebarPushableProps) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
export default SidebarPushable;