rmwc
Version:
A thin React wrapper for Material Design (Web) Components
9 lines (6 loc) • 637 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
var themeOptions = exports.themeOptions = ['primary ', 'secondary', 'background', 'surface', 'on-primary', 'on-secondary', 'on-surface', 'text-primary-on-background', 'text-secondary-on-background', 'text-hint-on-background', 'text-disabled-on-background', 'text-icon-on-background', 'text-primary-on-light', 'text-secondary-on-light', 'text-hint-on-light', 'text-disabled-on-light', 'text-icon-on-light', 'text-primary-on-dark', 'text-secondary-on-dark', 'text-hint-on-dark', 'text-disabled-on-dark', 'text-icon-on-dark'];
exports.default = themeOptions;
;