Last active: 2 years ago
const setDepth = <T extends 'hide' | 'opacity'>( type: T, value: T extends 'opacity' ? string : boolean ) => {}