@betterstore/react
Version:
10 lines (9 loc) • 354 B
TypeScript
import * as React from "react";
declare const FloatingLabel: React.ForwardRefExoticComponent<React.LabelHTMLAttributes<HTMLLabelElement> & {
isFocused?: boolean;
value?: string;
required?: boolean;
isFormLabel?: boolean;
disablePlaceholderLabelPosition?: boolean;
} & React.RefAttributes<HTMLLabelElement>>;
export { FloatingLabel };