UNPKG

@cfxjs/react-ui

Version:

Modern and minimalist React UI library.

5 lines (4 loc) 223 B
import React from 'react'; declare type NativeAttrs = React.LabelHTMLAttributes<any>; declare const MemoInputBlockLabel: React.NamedExoticComponent<React.PropsWithChildren<NativeAttrs>>; export default MemoInputBlockLabel;