@fluentui/react
Version:
Reusable React components for building web experiences.
5 lines (4 loc) • 321 B
TypeScript
import type { ILayerStyles, ILayerStyleProps } from '../../Layer';
import type { IKeytipLayerStyleProps, IKeytipLayerStyles } from './KeytipLayer.types';
export declare const getLayerStyles: (props: ILayerStyleProps) => ILayerStyles;
export declare const getStyles: (props: IKeytipLayerStyleProps) => IKeytipLayerStyles;