MCPcopy
hub / github.com/Khan/aphrodite / StaticRendererResult

Interface StaticRendererResult

typings/index.d.ts:64–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62export function resetInjectedStyle(key: string): void;
63
64interface StaticRendererResult {
65 html: string;
66 css: {
67 content: string;
68 renderedClassNames: string[];
69 };
70}
71
72/**
73 * Utilities for using Aphrodite server-side.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected