prism-code-editor
Version:
Lightweight, extensible code editor component for the web using Prism
46 lines (45 loc) • 2.51 kB
TypeScript
import { AttributeConfig, TagConfig } from '../types.js';
declare const attrValueB: string[];
declare const attrValueU: string[];
declare const attrValueO: string[];
declare const attrValueY: string[];
declare const attrValueW: string[];
declare const attrValueD: string[];
declare const attrValueM: string[];
declare const attrValueFm: string[];
declare const attrValueS: string[];
declare const attrValueT: string[];
declare const attrValueIm: string[];
declare const attrValueBt: string[];
declare const attrValueLt: string[];
declare const attrValueEt: string[];
declare const attrValueTk: string[];
declare const attrValuePl: string[];
declare const attrValueSh: string[];
declare const attrValueXo: string[];
declare const attrValueTarget: string[];
declare const attrValueSb: string[];
declare const attrValueTristate: string[];
declare const attrValueInputautocomplete: string[];
declare const attrValueAutocomplete: string[];
declare const attrValueCurrent: string[];
declare const attrValueDropeffect: string[];
declare const attrValueInvalid: string[];
declare const attrValueLive: string[];
declare const attrValueOrientation: string[];
declare const attrValueRelevant: string[];
declare const attrValueSort: string[];
declare const attrValueRoles: string[];
declare const attrValueHaspopup: string[];
declare const attrValueDecoding: string[];
declare const attrValueLoading: string[];
declare const attrValueReferrerpolicy: string[];
declare const attrValueEnterkeyhint: string[];
declare const attrValuePopover: string[];
declare const attrValueFetchpriority: string[];
declare const attrValueCe: string[];
declare const htmlEventHandlers: AttributeConfig;
declare const ariaAttributes: AttributeConfig;
declare const globalHtmlAttributes: AttributeConfig;
declare const htmlTags: TagConfig;
export { globalHtmlAttributes, htmlTags, ariaAttributes, htmlEventHandlers, attrValueB, attrValueU, attrValueO, attrValueY, attrValueW, attrValueD, attrValueM, attrValueFm, attrValueS, attrValueT, attrValueIm, attrValueBt, attrValueLt, attrValueEt, attrValueTk, attrValuePl, attrValueSh, attrValueXo, attrValueTarget, attrValueSb, attrValueTristate, attrValueInputautocomplete, attrValueAutocomplete, attrValueCurrent, attrValueDropeffect, attrValueInvalid, attrValueLive, attrValueOrientation, attrValueRelevant, attrValueSort, attrValueRoles, attrValueHaspopup, attrValueDecoding, attrValueLoading, attrValueReferrerpolicy, attrValueEnterkeyhint, attrValuePopover, attrValueFetchpriority, attrValueCe, };