lightswind
Version:
A collection of beautifully crafted React Components, Blocks & Templates for Modern Developers. Create stunning web applications effortlessly by using our 160+ professional and animated react components.
6 lines • 457 B
TypeScript
import * as ResizablePrimitive from "react-resizable-panels";
declare const ResizablePanelGroup: ({ className, ...props }: any) => import("react/jsx-runtime").JSX.Element;
declare const ResizablePanel: typeof ResizablePrimitive.Panel;
declare const ResizableHandle: ({ withHandle, className, ...props }: any) => import("react/jsx-runtime").JSX.Element;
export { ResizablePanelGroup, ResizablePanel, ResizableHandle };
//# sourceMappingURL=resizable.d.ts.map