UNPKG

@dynamix-layout/solid

Version:

A powerful SolidJS component for creating dynamic, resizable, and draggable layouts.

5 lines (4 loc) 238 B
import { ParentComponent } from 'solid-js'; import { LayoutProps, TabInput, TabOutput } from '../types'; export declare const getTabOutput: (input: TabInput) => TabOutput; export declare const DynamixLayout: ParentComponent<LayoutProps>;