extract interface

This commit is contained in:
Ben Floyd 2026-01-07 19:36:07 -07:00
parent 840f9854c6
commit 4a982b85bc

View file

@ -129,4 +129,3 @@ export function getCommandById(app: App, commandId: string): ObsidianCommand | u
export interface ViewWithEmptyStateObserver extends View {
emptyStateObserver?: MutationObserver;
}