UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

12 lines (11 loc) 283 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Component = { styleOverrides: { root: ({ theme }) => ({}), skeletonRoot: ({ theme }) => ({ marginTop: theme.spacing(2) }) } }; exports.default = Component;