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