UNPKG

@reallyland/really-elements

Version:

A collection of opinionated custom elements for the web

16 lines 599 B
import { CodeConfigurator } from './code-configurator.js'; import { reallyCodeConfiguratorLocalName } from './constants.js'; import type { CodeConfiguratorCustomEventMap } from './types.js'; export declare class ReallyCodeConfigurator extends CodeConfigurator { } declare global { interface HTMLElementEventMap extends CodeConfiguratorCustomEventMap { } interface HTMLElementTagNameMap { [reallyCodeConfiguratorLocalName]: ReallyCodeConfigurator; } interface Window { Prism: typeof import('prismjs'); } } //# sourceMappingURL=really-code-configurator.d.ts.map