/** * Container Template * * Generates {Module}Container.tsx component for the item detail page. * * Emits a RoundPageContainer driven by a `tabs` array: a default "Details" tab * rendering {Module}Content, one tab per configured relation list, and an * optional "Activity" tab. The default export gates on delete permission. */ import { FrontendTemplateData } from "../../types/template-data.interface"; /** * Generate the container component file content * * @param data - Frontend template data * @returns Generated file content */ export declare function generateContainerTemplate(data: FrontendTemplateData): string; //# sourceMappingURL=container.template.d.ts.map