UNPKG

custom-app

Version:

ITIMS��Ʒ�鿪��ר��React���,�Dz��ý��ּ�dhcc-app���������

11 lines (10 loc) 279 B
import { Component } from 'react'; export interface IOptGroupProps { label: string; value: string | number; key: string | number; testprop?: any; } export default class OptGroup extends Component<Partial<IOptGroupProps>> { static isSelectOptGroup: boolean; }