UNPKG

@knyt/luthier

Version:

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

7 lines (6 loc) 158 B
/** * An attribute name used to enable debugging for KnytElement. * * @internal scope: workspace */ export const KNYT_DEBUG_DATA_ATTR = "data-knytdebug";