Interface Props

    Props

    interface Props {
        onSelect: ((material) => void);
    }

    Properties

    Properties

    onSelect: ((material) => void)

    Type declaration

      • (material): void
      • Parameters

        • material: {
              children: {
                  label: string;
                  symbol: string;
                  value: string | number;
              }[];
              key: string;
              label: string;
          }
          • children: {
                label: string;
                symbol: string;
                value: string | number;
            }[]
          • key: string
          • label: string

        Returns void

    Generated using TypeDoc and TypeDoc Airthium Plugin