UNPKG

modo-mobile

Version:

A mobile UI toolkit, based on React

7 lines 188 B
/// <reference types="react" /> export interface PickerData { value: string | number; label: React.ReactNode; children?: PickerData[]; } //# sourceMappingURL=PropsType.d.ts.map