UNPKG

react-kiwi-dropdown

Version:

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

15 lines (10 loc) 237 B
declare const marker: { /** Generates a shared symbol. @param subject - The symbol subject. @return A symbol matching the subject. */ (subject: string): symbol; default: typeof marker; }; export = marker;