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) 238 B
import { THeader } from './table-type.ts'; export declare function createHeaderFromId<TData, K extends Extract<keyof TData, string>>(headerKeyLabels: Map<K, string>, id: K, width: number, extra?: Partial<THeader<TData>>): THeader<TData>;