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'