UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

7 lines 288 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