UNPKG

react-data-entry

Version:
9 lines (8 loc) 210 B
import React from "react"; interface LabelProps { children: React.ReactNode; required?: boolean; width?: string; } declare const Label: React.NamedExoticComponent<LabelProps>; export default Label;