UNPKG

@pk-design/react-ui-kit

Version:
6 lines (5 loc) 351 B
import React from 'react'; import { TextInputProps } from './props'; export declare const InputLabel: (props: TextInputProps) => JSX.Element | null; declare const _default: React.ForwardRefExoticComponent<React.InputHTMLAttributes<HTMLInputElement | HTMLTextAreaElement> & TextInputProps & React.RefAttributes<unknown>>; export default _default;