4 lines
125 B
TypeScript
4 lines
125 B
TypeScript
import type { AppPlugin } from './definitions';
|
|
declare const App: AppPlugin;
|
|
export * from './definitions';
|
|
export { App };
|