1
0

index.d.ts 95 B

12345
  1. import { ILSPluginUser } from './dist/LSPlugin'
  2. declare global {
  3. var logseq: ILSPluginUser
  4. }