UNPKG

@confi/conflux-react-ui-test-package

Version:

Modern and minimalist React UI library.

8 lines (7 loc) 230 B
import React from 'react'; export interface InputLabel { isRight?: boolean; fontSize: string; } declare const MemoInputLabel: React.NamedExoticComponent<React.PropsWithChildren<InputLabel>>; export default MemoInputLabel;