office-ui-fabric-react
Version: 
Reusable React components for building experiences for Office 365.
1 lines • 285 B
JavaScript
module.exports = "export interface IColorPickerProps {\r\n  /**\r\n   * The CSS-compatible string to describe the color\r\n   */\r\n  color: string;\r\n\r\n  /**\r\n   * Callback issued when the user changes the color.\r\n   */\r\n  onColorChanged?: (color: string) => void;\r\n}\r\n";