UNPKG

@geist-ui/react

Version:

Modern and minimalist React UI library.

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