UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

3 lines (2 loc) 174 B
import type { IColorPickerStyleProps, IColorPickerStyles } from './ColorPicker.types'; export declare const getStyles: (props: IColorPickerStyleProps) => IColorPickerStyles;