UNPKG

@1771technologies/lytenyte-pro

Version:

Blazingly fast headless React data grid with 100s of features.

11 lines (10 loc) 246 B
export type SalaryData = (typeof data)[number]; export declare const data: { id: string; Age: number; Gender: string; "Education Level": string; "Job Title": string; "Years of Experience": number; Salary: number; }[];