UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

9 lines (8 loc) 278 B
/// <reference types="react" /> import * as React from 'react'; export interface IBasicColorPickerExampleState { color: string; } export declare class ColorPickerBasicExample extends React.Component<any, IBasicColorPickerExampleState> { render(): JSX.Element; }