UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

5 lines 250 B
import { styled } from '../../Utilities'; import { KeytipLayerBase } from './KeytipLayer.base'; import { getStyles } from './KeytipLayer.styles'; export var KeytipLayer = styled(KeytipLayerBase, getStyles); //# sourceMappingURL=KeytipLayer.js.map