.d.ts updates

This commit is contained in:
Tuğçe Küçükoğlu 2023-03-24 18:06:26 +03:00
parent 47b97b485f
commit 1ccf0f13b9
3 changed files with 7 additions and 4 deletions

View file

@ -76,9 +76,9 @@ export interface AccordionState {
*/
id: string;
/**
* Current active index state as a boolean
* Current active index state.
*/
d_activeIndex: boolean;
d_activeIndex: number | number[];
}
/**