clear code
This commit is contained in:
parent
4f14cf6497
commit
89ad2ecb73
|
@ -5,6 +5,7 @@ interface SidebarButton {
|
||||||
isDotOn: boolean
|
isDotOn: boolean
|
||||||
isSelected: boolean
|
isSelected: boolean
|
||||||
isDisabled?: boolean
|
isDisabled?: boolean
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
interface LeftSidebarState {
|
interface LeftSidebarState {
|
||||||
|
|
Loading…
Reference in New Issue