Interface EventSettingSectionRenderInfo

interface EventSettingSectionRenderInfo {
    key: string;
    label: ReactNode;
    value: string;
    options: EventSettingOption[];
}

Properties

Properties

key: string
label: ReactNode
value: string