UNPKG

@spaced-out/ui-design-system

Version:
15 lines 448 B
import type * as React from 'react'; interface V { key: string; label: string; arbitrary?: boolean; multiarbitrary?: boolean; } interface Group<V> { options?: Array<V>; groupTitle?: React.ReactNode; } export declare const getFirstOption: (options: Array<V>) => V | null; export declare const getFirstOptionFromGroup: (groupTitleOptions: Array<Group<V>>) => V | null; export {}; //# sourceMappingURL=token-list-input.d.ts.map