mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-01 14:28:49 +01:00
8 lines
104 B
TypeScript
8 lines
104 B
TypeScript
class SiYuanAPI {
|
|
|
|
static openFile() {
|
|
// openFileById()
|
|
}
|
|
}
|
|
|
|
export default SiYuanAPI;
|