From c3bc34f36c87b62de6f30d62ddee9f5d3131ccea Mon Sep 17 00:00:00 2001 From: Marc Lorenz Date: Tue, 24 Mar 2026 11:01:27 +0100 Subject: [PATCH] add filemaker types --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index ae144a9..5374fbe 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,2 +1,3 @@ export { default as LimelightButton } from './components/LimelightButton.vue' export * from './utils/webviewer' +export type { FileMakerAPI } from './utils/filemaker'