mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-20 19:10:49 +08:00
9 lines
104 B
TypeScript
9 lines
104 B
TypeScript
class SiYuanAPI {
|
|
|
|
static openFile() {
|
|
// openFileById()
|
|
}
|
|
}
|
|
|
|
export default SiYuanAPI;
|