@achs/webkit
Version:
Conjunto de componentes de UI con el estilo del Sistema de Diseño ACHS (Asociación Chilena de Seguridad), para reutilizar de forma transversal en las aplicaciones web de ACHS. Construido con **React 19**, **TypeScript** y **Vite**, con soporte para las
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;
};