UNPKG

@uifabric/experiments

Version:

Experimental React components for building experiences for Office 365.

13 lines 459 B
import { getGlobalClassNames } from '../../Styling'; var GlobalClassNames = { root: 'ms-CollapsibleSection', body: 'ms-CollapsibleSection-body' }; export var collapsibleSectionStyles = function (props, theme) { var classNames = getGlobalClassNames(GlobalClassNames, theme); return { root: [classNames.root, theme.fonts.medium], body: [classNames.body] }; }; //# sourceMappingURL=CollapsibleSection.styles.js.map