UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

9 lines (8 loc) 281 B
import * as React from 'react'; import './ColorPicker.Basic.Example.scss'; export interface IBasicColorPickerExampleState { color: string; } export declare class ColorPickerBasicExample extends React.Component<any, IBasicColorPickerExampleState> { render(): JSX.Element; }