UNPKG

@glimmer/runtime

Version:

Minimal runtime needed to render Glimmer templates

7 lines 295 B
import { SimpleElement } from '@simple-dom/interface'; export declare function normalizeProperty(element: SimpleElement, slotName: string): { normalized: string; type: string; }; export declare function normalizePropertyValue(value: unknown): unknown; //# sourceMappingURL=props.d.ts.map