MCPcopy
hub / github.com/onlook-dev/onlook / TemplateNode

Interface TemplateNode

plugins/babel/src/model.ts:1–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface TemplateNode {
2 path: string;
3 startTag: TemplateTag;
4 endTag?: TemplateTag;
5 component?: string;
6}
7
8export interface TemplateTag {
9 start: TemplateTagPosition;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected