UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

5 lines 294 B
import { styled } from '../../Utilities'; import { DialogFooterBase } from './DialogFooter.base'; import { getStyles } from './DialogFooter.styles'; export var DialogFooter = styled(DialogFooterBase, getStyles, undefined, { scope: 'DialogFooter' }); //# sourceMappingURL=DialogFooter.js.map