Update src/components/Accordion/types.ts

This commit is contained in:
Ilya Artamonov
2022-12-12 19:49:29 +03:00
committed by GitHub
parent 2ed0fd852e
commit 66c5edac8a

View File

@@ -11,7 +11,6 @@ type tStateElement = {
id: string, id: string,
flush: boolean, flush: boolean,
alwaysOpen: boolean, alwaysOpen: boolean,
panels: tAccordionPanels panels: tAccordionPanels
} }
export type tState = { export type tState = {