UNPKG

materialuiupgraded

Version:

Material-UI's workspace package

8 lines (6 loc) 135 B
export interface CommonColors { black: string; white: string; } declare const common: CommonColors; export default common;