UNPKG

@lwc/ssr-runtime

Version:

Runtime complement to @lwc/ssr-compiler

3 lines 134 B
export type Attributes = Record<string, string>; export type Properties = Record<string, unknown>; //# sourceMappingURL=types.d.ts.map