UNPKG

neos-blocks

Version:

🌟 A simple ui-blocks library built on components from https://ui.shadcn.com/docs/components

6 lines • 225 B
import * as React from "react"; export interface SidebarCollapsibleProps { } declare const SidebarCollapsible: React.FC<SidebarCollapsibleProps>; export { SidebarCollapsible }; //# sourceMappingURL=SidebarCollapsible.d.ts.map