UNPKG

@ribajs/core

Version:

Core module of Riba.js

6 lines (5 loc) 197 B
import { Binder } from "../binder.js"; export declare class SrcsetSizeBinder extends Binder<string, HTMLElement> { static key: string; routine(el: HTMLUnknownElement, url: string): void; }