Interface Props

    Props

    interface Props {
        onSelect: ((material: {
            children: {
                label: string;
                symbol: string;
                value: string | number;
            }[];
            key: string;
            label: string;
        }) => void);
    }

    Properties

    Properties

    onSelect: ((material: {
        children: {
            label: string;
            symbol: string;
            value: string | number;
        }[];
        key: string;
        label: string;
    }) => void)

    Generated using TypeDoc and TypeDoc Airthium Plugin