UNPKG

tss-react

Version:

Type safe CSS-in-JS API heavily inspired by react-jss

3 lines (2 loc) 122 B
/** Object.keys() with types */ export declare function objectKeys<T extends Record<string, unknown>>(o: T): (keyof T)[];