Doc updates

This commit is contained in:
tugcekucukoglu 2024-02-07 15:08:53 +03:00
parent 2781cae180
commit e3e0eb14c6
13 changed files with 179 additions and 6 deletions

View file

@ -56,10 +56,6 @@ export interface FloatLabelPassThroughOptions {
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
/**
* Used to control Vue Transition API.
*/
transition?: FloatLabelPassThroughTransitionType;
}
/**