UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

3 lines (2 loc) 144 B
import type { ILayerStyleProps, ILayerStyles } from './Layer.types'; export declare const getStyles: (props: ILayerStyleProps) => ILayerStyles;