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