UNPKG

@eggjs/dal-decorator

Version:
3 lines (2 loc) 167 B
import type { EggProtoImplClass, IndexParams } from '@eggjs/tegg-types'; export declare function Index(params: IndexParams): (constructor: EggProtoImplClass) => void;