mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
9 lines
104 B
TypeScript
9 lines
104 B
TypeScript
class SiYuanAPI {
|
|
|
|
static openFile() {
|
|
// openFileById()
|
|
}
|
|
}
|
|
|
|
export default SiYuanAPI;
|