Skip to content

Commit

Permalink
chore: add constants region
Browse files Browse the repository at this point in the history
  • Loading branch information
braebo committed May 16, 2024
1 parent a34b428 commit f3a2378
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/lib/gui/Gui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import { GUI_VARS } from './GUI_VARS'
import { place } from '../dom/place'
import { Folder } from './Folder'

//· Types ···································································¬
//· Types ························································································¬

type GuiTheme = 'default' | 'minimal' | (string & {})

Expand Down Expand Up @@ -177,6 +177,8 @@ export interface GuiPreset {
}
//⌟

//· Constants ····················································································¬

export const GUI_STORAGE_DEFAULTS: GuiStorageOptions = {
__type: 'GuiStorageOptions',
key: 'fracgui',
Expand Down Expand Up @@ -237,6 +239,7 @@ export const GUI_DEFAULTS: GuiOptions = {
// _parentFolder: undefined,
// depth: 0,
} as const
//⌟

/**
* The root Gui instance. This is the entry point for creating
Expand Down

0 comments on commit f3a2378

Please sign in to comment.