MCPcopy Create free account
hub / github.com/9d8dev/next-wp / HTMLProps

Interface HTMLProps

components/craft.tsx:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20// HTML props interface for dangerouslySetInnerHTML
21export interface HTMLProps {
22 dangerouslySetInnerHTML?: { __html: string };
23}
24
25// Available breakpoints as a const object for better type safety
26export const BREAKPOINTS = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected