office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
11 lines (10 loc) • 330 B
TypeScript
import * as React from 'react';
export interface IBasicSwatchColorPickerExampleState {
color: string;
previewColor: string;
}
export declare class SwatchColorPickerBasicExample extends React.Component<any, IBasicSwatchColorPickerExampleState> {
private width;
constructor(props: any);
render(): JSX.Element;
}