UNPKG

@jigoooo/shared-ui

Version:

A reusable React component library and design system with TypeScript support, built on Vite for seamless integration and optimized performance.

3 lines (2 loc) 230 B
import { THeader } from './table-type'; export declare const createHeader: <TData>(id: "index" | "check" | "button" | Extract<keyof TData, string>, label: string, width: number, extra?: Partial<THeader<TData>>) => THeader<TData>;