UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

3 lines (2 loc) 204 B
import type { ISwatchColorPickerStyleProps, ISwatchColorPickerStyles } from './SwatchColorPicker.types'; export declare const getStyles: (props: ISwatchColorPickerStyleProps) => ISwatchColorPickerStyles;