mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-06-28 00:53:57 +00:00
+4
-1
@@ -1,4 +1,4 @@
|
||||
import { type FilePath } from "./lib/src/common/types.ts";
|
||||
import { type FilePath } from "@lib/common/types.ts";
|
||||
|
||||
export {
|
||||
addIcon,
|
||||
@@ -31,6 +31,7 @@ export {
|
||||
TextComponent,
|
||||
ToggleComponent,
|
||||
DropdownComponent,
|
||||
Component,
|
||||
} from "obsidian";
|
||||
export type {
|
||||
DataWriteOptions,
|
||||
@@ -41,6 +42,8 @@ export type {
|
||||
ListedFiles,
|
||||
ValueComponent,
|
||||
Stat,
|
||||
Command,
|
||||
ViewCreator,
|
||||
} from "obsidian";
|
||||
import { normalizePath as normalizePath_ } from "obsidian";
|
||||
const normalizePath = normalizePath_ as <T extends string | FilePath>(from: T) => T;
|
||||
|
||||
Reference in New Issue
Block a user