MCPcopy
hub / github.com/pngwn/MDsveX / BaseSvelteTag

Interface BaseSvelteTag

packages/svast/index.d.ts:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23export interface BaseSvelteTag<T extends string> extends SvelteParent {
24 type: T;
25 tagName: string;
26 properties: (Property | Directive)[];
27 selfClosing: boolean;
28}
29
30export type SvelteMeta = BaseSvelteTag<'svelteMeta'>;
31

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…