UNPKG

@upv/react-ui-core

Version:

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

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