office-ui-fabric-react
Version:
Reusable React components for building experiences for Microsoft 365.
5 lines (4 loc) • 311 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;