UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

8 lines 295 B
import { styled } from '../../Utilities'; import { LayerBase } from './Layer.base'; import { getStyles } from './Layer.styles'; export var Layer = styled(LayerBase, getStyles, undefined, { scope: 'Layer', fields: ['hostId', 'theme', 'styles'] }); //# sourceMappingURL=Layer.js.map