UNPKG

@upv/react-ui-core

Version:

**USHI Design System — Modern UI Component Library**

10 lines (9 loc) 228 B
import React from "react"; interface LayoutProps { children: React.ReactNode; sidebar?: boolean; title?: string; sidebarContent?: React.ReactNode; } export declare const Layout: React.FC<LayoutProps>; export {};