MCPcopy
hub / github.com/tailwindlabs/tailwindcss / PageOptions

Interface PageOptions

packages/@tailwindcss-browser/tests/ui.spec.ts:112–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 const { listen } = await import('listhen')
111
112 interface PageOptions {
113 page: Page
114 head?: string
115 body?: string
116 htmlClasses?: string
117 }
118
119 async function render({ page, htmlClasses, head, body }: PageOptions) {
120 let content = html`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected