@atomist/sdm-pack-aspect
Version:
an Atomist SDM Extension Pack for visualizing drift across an organization
8 lines • 354 B
TypeScript
import * as React from "react";
export declare function renderStaticReactNode(body: React.ReactElement, title: string, extraScripts?: string[]): string;
export declare function TopLevelPage(props: {
bodyContent: React.ReactElement;
pageTitle: string;
extraScripts?: string[];
}): React.ReactElement;
//# sourceMappingURL=topLevelPage.d.ts.map