Things for ControlNet

This commit is contained in:
space-nuko
2023-05-09 18:40:35 -05:00
parent 2a269f0b86
commit babfb8a4b4
7 changed files with 65 additions and 8 deletions

View File

@@ -591,6 +591,12 @@ export interface IDragItem {
*/
export interface ContainerLayout extends IDragItem {
type: "container",
// Ephemeral state to preserve when the component gets recreated by Svelte
// (not serialized)
// Accordion
isOpen?: boolean,
}
/*