UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

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