@samatawy/diagrams
    Preparing search index...

    Type Alias EnumSelectOption<T>

    type EnumSelectOption<T> = {
        value: T;
        label?: string;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    value: T
    label?: string