UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

11 lines (10 loc) 280 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Component = { defaultProps: { // Replace the `material-icons` default value. baseClassName: 'community-icons', fontSize: 'inherit' } }; exports.default = Component;