Adds type

pull/6424/head
Cagatay Civici 2024-09-17 13:27:05 +03:00
parent 9c4f33b0c2
commit fadd88a0a3
1 changed files with 5 additions and 0 deletions

View File

@ -88,6 +88,11 @@ export interface FloatLabelProps {
* @defaultValue false
*/
unstyled?: boolean;
/**
* Defines the positioning of the label relative to the input.
* @defaultValue false
*/
variant?: 'over' | 'in' | 'on' | undefined;
}
/**