UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

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