mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-29 16:19:43 +08:00
3cf4bcf651
Co-authored-by: 砍砍 <git@qaq.wiki>
9 lines
239 B
TypeScript
9 lines
239 B
TypeScript
import { registerPlugin } from '@capacitor/core';
|
|
|
|
import type { IntelligentsPlugin } from './definitions';
|
|
|
|
const Intelligents = registerPlugin<IntelligentsPlugin>('Intelligents');
|
|
|
|
export * from './definitions';
|
|
export { Intelligents };
|