Update TieredMenu.d.ts

pull/5002/head
tugcekucukoglu 2023-12-26 14:27:36 +03:00
parent 6012e110cf
commit 3b1c8edae2
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@ export interface TieredMenuPassThroughMethodOptions<T> {
* Defines current inline state.
*/
state: TieredMenuState;
/**
* Defines valid attributes.
*/
attrs: any;
/**
* Defines parent instance.
*/