@moritzbrantner/charts - v0.1.1
    Preparing search index...

    Type Alias ChartValueModeSelectorProps

    type ChartValueModeSelectorProps = {
        "aria-label"?: string;
        className?: string;
        definitions?: readonly ChartValueModeDefinition[];
        onValueChange: (mode: ChartValueMode) => void;
        value: ChartValueMode;
    }
    Index

    Properties

    "aria-label"?: string
    className?: string
    definitions?: readonly ChartValueModeDefinition[]
    onValueChange: (mode: ChartValueMode) => void