@achs/webkit
Version:
Este paquete proporciona un conjunto de componentes de UI para su uso en aplicaciones web de ACHS (Asociación Chilena de Seguridad). Está construido con React, TypeScript y Vite.
8 lines (7 loc) • 744 B
TypeScript
export declare const Layout: import('react').ForwardRefExoticComponent<import('antd').LayoutProps & import('react').RefAttributes<HTMLElement>> & {
Header: import('react').ForwardRefExoticComponent<import('antd').LayoutProps & import('react').RefAttributes<HTMLElement>>;
Footer: import('react').ForwardRefExoticComponent<import('antd').LayoutProps & import('react').RefAttributes<HTMLElement>>;
Content: import('react').ForwardRefExoticComponent<import('antd').LayoutProps & import('react').RefAttributes<HTMLElement>>;
Sider: import('react').ForwardRefExoticComponent<import('antd').SiderProps & import('react').RefAttributes<HTMLDivElement>>;
_InternalSiderContext: typeof import('antd/es/layout/Sider').SiderContext;
};