6 lines
333 B
JavaScript
6 lines
333 B
JavaScript
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
|