@pk-design/react-ui-kit
Version:
Reusable react components
6 lines (5 loc) • 351 B
TypeScript
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;