UNPKG

295 BTypeScriptView Raw
1import { SimpleElement } from '@simple-dom/interface';
2export declare function normalizeProperty(element: SimpleElement, slotName: string): {
3 normalized: string;
4 type: string;
5};
6export declare function normalizePropertyValue(value: unknown): unknown;
7//# sourceMappingURL=props.d.ts.map
\No newline at end of file