UNPKG

@tutim/fields

Version:

form infrastructure for web applications

8 lines (7 loc) 155 B
import React from 'react'; interface LabelProps { label?: string; tooltip?: string; } export declare const Label: React.FC<LabelProps>; export {};