UNPKG

@geist-ui/react

Version:

Modern and minimalist React UI library.

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