UNPKG

@exadel/esl

Version:

Exadel Smart Library (ESL) is the lightweight custom elements library that provide a set of super-flexible components

10 lines (9 loc) 151 B
declare global { interface ESLLibrary { } const ESL: ESLLibrary; export interface Window { ESl: ESLLibrary; } } export {};