UNPKG

tss-react-v18-peer-testing

Version:

makeStyles is dead, long live makeStyles!

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