UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

11 lines (10 loc) 275 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Component = { styleOverrides: { root: ({ theme }) => ({}), skeletonRoot: ({ theme }) => ({}), dialogRoot: ({ theme }) => ({}) } }; exports.default = Component;