UNPKG

azure-devops-ui

Version:

React components for building web UI in Azure DevOps

7 lines (6 loc) 300 B
/// <reference types="react" /> import "../../CommonImports"; import "../../Core/core.css"; import "./ColorPicker.css"; import { IColorPickerProps } from "./Utils"; export declare function ExpandableColorButton({ ariaLabel, className, color, onColorSelected }: IColorPickerProps): JSX.Element;