UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

7 lines 293 B
import { styled } from '../../Utilities'; import { KeytipLayerBase } from './KeytipLayer.base'; import { getStyles } from './KeytipLayer.styles'; export var KeytipLayer = styled(KeytipLayerBase, getStyles, undefined, { scope: 'KeytipLayer' }); //# sourceMappingURL=KeytipLayer.js.map