Adds type
parent
9c4f33b0c2
commit
fadd88a0a3
|
@ -88,6 +88,11 @@ export interface FloatLabelProps {
|
||||||
* @defaultValue false
|
* @defaultValue false
|
||||||
*/
|
*/
|
||||||
unstyled?: boolean;
|
unstyled?: boolean;
|
||||||
|
/**
|
||||||
|
* Defines the positioning of the label relative to the input.
|
||||||
|
* @defaultValue false
|
||||||
|
*/
|
||||||
|
variant?: 'over' | 'in' | 'on' | undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue