UNPKG

@knyt/luthier

Version:

A library for building standardized, type-safe native web components with full SSR and hydration support.

3 lines 192 B
import type { AttributeName } from "./types"; export declare function resolveAttributeName(attributeName: AttributeName): string | undefined; //# sourceMappingURL=resolveAttributeName.d.ts.map