UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

18 lines (17 loc) 511 B
interface PersonInfo { name: string; nationalId: string; dayJob: string; supervisor: string; dateReceived: string; message: string; age: number; forceSensitive: boolean; homeSystem: string; skills: string[]; } export declare const columns: import("@tanstack/react-table").AccessorKeyColumnDef<PersonInfo, string[]>[]; export declare const homeSystemOptions: string[]; export declare const skillOptions: string[]; export declare const sampleData: PersonInfo[]; export {};