UNPKG

@kbfront/kb-ui

Version:

KB React UI Library

8 lines (7 loc) 174 B
import React from 'react'; interface IProps { label: string; _htmlFor: string; } declare const _default: React.NamedExoticComponent<IProps>; export default _default;