mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-29 12:58:48 +01:00
9 lines
104 B
TypeScript
9 lines
104 B
TypeScript
|
|
class SiYuanAPI {
|
||
|
|
|
||
|
|
static openFile() {
|
||
|
|
// openFileById()
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
export default SiYuanAPI;
|