UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

10 lines 283 B
import { styled } from '../../Utilities'; import { PanelBase } from './Panel.base'; import { getStyles } from './Panel.styles'; /** * Panel description */ export var Panel = styled(PanelBase, getStyles, undefined, { scope: 'Panel' }); //# sourceMappingURL=Panel.js.map