UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

14 lines (13 loc) 299 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Component = { defaultProps: { enterDelay: 500 }, styleOverrides: { tooltip: ({ theme }) => ({ borderRadius: theme.spacing(0.5) }) } }; exports.default = Component;