UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

5 lines 214 B
import { styled } from '../../Utilities'; import { LayerBase } from './Layer.base'; import { getStyles } from './Layer.styles'; export var Layer = styled(LayerBase, getStyles); //# sourceMappingURL=Layer.js.map