pack.d.ts 187 B

1234
  1. import { CompositionComponent as CC } from '../runtime';
  2. import { PackMark } from '../spec';
  3. export type PackOptions = Omit<PackMark, 'type'>;
  4. export declare const Pack: CC<PackOptions>;