server/packages/plugin-kit/index.ts

7 lines
163 B
TypeScript

import { Hooks } from "./hooks";
import { Plugin } from "./plugin";
import type { Manifest } from "./schema";
export type { Manifest };
export { Plugin, Hooks };