UNPKG

@tarojs/cli

Version:
10 lines (9 loc) 361 B
import { ModifyCallback } from '../create/page'; import type { NodePath } from '@babel/traverse'; import type { ExportDefaultDeclaration } from '@babel/types'; export declare const modifyPagesOrSubPackages: (params: { path: NodePath<ExportDefaultDeclaration>; fullPagePath: string; subPkgRootPath?: string; callback: ModifyCallback; }) => void;