UNPKG

@upv/react-ui-core

Version:

**USHI Design System — Modern UI Component Library**

8 lines (7 loc) 195 B
import React from "react"; interface LocationFieldProps { value: string; onChange: (value: string) => void; } export declare const LocationField: React.FC<LocationFieldProps>; export {};