add filemaker types
Some checks failed
CI / test-and-build (push) Has been cancelled

This commit is contained in:
2026-03-24 11:01:27 +01:00
parent 8fd5217cbe
commit c3bc34f36c

View File

@@ -1,2 +1,3 @@
export { default as LimelightButton } from './components/LimelightButton.vue' export { default as LimelightButton } from './components/LimelightButton.vue'
export * from './utils/webviewer' export * from './utils/webviewer'
export type { FileMakerAPI } from './utils/filemaker'