UNPKG

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

Version:

Modern and minimalist React UI library.

6 lines (5 loc) 215 B
import React from 'react'; export interface InputBlockLabelLabel { } declare const MemoInputBlockLabel: React.NamedExoticComponent<React.PropsWithChildren<InputBlockLabelLabel>>; export default MemoInputBlockLabel;