Interface BasicColorPanelProps

interface BasicColorPanelProps {
    className?: string;
    color?: Instance;
    onColorUpdate?(color): void;
}

Properties

Methods

Properties

className?: string

optional CSS class name

color?: Instance

color value

Methods

  • called when color gets updated

    Parameters

    • color: Instance

    Returns void

Generated using TypeDoc