UNPKG

@hhgtech/hhg-components

Version:
5 lines (4 loc) 257 B
import React from 'react'; import { TextInputProps } from '@mantine/core'; export type InputLabelFloatProps = TextInputProps; export declare const InputLabelFloat: React.ForwardRefExoticComponent<TextInputProps & React.RefAttributes<HTMLInputElement>>;