UNPKG

ds-smart-ui

Version:

Smart UI v1.0.5 — A production-ready React component library by PT Praisindo Teknologi. Covers inputs, navigation, data display, feedback, and layout with a unified design system, semantic Typography tokens, and full Storybook documentation.

3 lines (2 loc) 251 B
export declare const generateRowId: <T extends Record<string, unknown>>(rowData: T, index: number, uniqueRowIdentifier?: keyof T) => string; export declare const generateActionId: (baseId: string | undefined, action: string, rowId: string) => string;