office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
5 lines (4 loc) • 315 B
TypeScript
import { ILayerStyles, ILayerStyleProps } from '../../Layer';
import { IKeytipLayerStyleProps, IKeytipLayerStyles } from './KeytipLayer.types';
export declare const getLayerStyles: (props: ILayerStyleProps) => ILayerStyles;
export declare const getStyles: (props: IKeytipLayerStyleProps) => IKeytipLayerStyles;