UNPKG

@wonderflow/react-components

Version:

UI components from Wonderflow's Wanda design system

7 lines 314 B
import { ComponentType } from 'react'; export declare type TableExpandProps<T> = { data: T; component: ComponentType<T>; }; export declare const TableExpand: <T extends Record<string, unknown>>({ data, component: Component, }: TableExpandProps<T>) => JSX.Element; //# sourceMappingURL=table-expand.d.ts.map