UNPKG

@wonderflow/react-components

Version:

UI components from Wonderflow's Wanda design system

7 lines 330 B
import { HTMLAttributes } from 'react'; import { Polymorphic, Text } from '../../..'; export declare type TableHeaderProps = HTMLAttributes<HTMLElement> & { title?: string | Polymorphic.IntrinsicElement<typeof Text>; }; export declare const TableHeader: FCChildren<TableHeaderProps>; //# sourceMappingURL=table-header.d.ts.map