mirror of
https://github.com/mara-li/obsidian-simple-colored-folder.git
synced 2026-07-22 05:46:20 +00:00
refactor: declare settings type for SimpleColoredFolder class
This commit is contained in:
parent
b585f7e292
commit
05361209b4
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ import { DEFAULT_SETTINGS, type SimpleColoredFolderSettings } from "./interfaces
|
|||
import { SimpleColoredFolderSettingTab } from "./settings";
|
||||
|
||||
export default class SimpleColoredFolder extends Plugin {
|
||||
settings!: SimpleColoredFolderSettings;
|
||||
declare settings: SimpleColoredFolderSettings;
|
||||
style: HTMLStyleElement | null = null;
|
||||
snippetPath: string = "generated.colored-folder.css";
|
||||
inject!: ColorInjector;
|
||||
|
|
|
|||
Loading…
Reference in a new issue