UNPKG

@knyt/luthier

Version:

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

7 lines 205 B
/** * An attribute name used to enable debugging for KnytElement. * * @internal scope: workspace */ export declare const KNYT_DEBUG_DATA_ATTR = "data-knytdebug"; //# sourceMappingURL=constants.d.ts.map