UNPKG

react-kiwi-dropdown

Version:

| Name | Type | Description | | --------------------------- | -------------------- | ----------- | | options | array | | selectedOption | string | | onCha

9 lines (8 loc) 250 B
/** Symbol.observable addition */ declare global { interface SymbolConstructor { readonly observable: symbol; } } /** Symbol.observable or a string "@@observable". Used for interop */ export declare const observable: string | symbol;