UNPKG

siegel

Version:

Web application development ecosystem

5 lines (4 loc) 257 B
import React from 'react'; type WithLabel = (input: React.JSX.Element, labelProps: ReactTagAttributes<HTMLLabelElement>, labelTextProps: ReactTagAttributes<HTMLDivElement>) => React.JSX.Element; declare const withLabel: WithLabel; export default withLabel;