UNPKG

@uploadcare/blocks

Version:

Building blocks for Uploadcare products integration

15 lines 378 B
export class Select extends Block { init$: { currentText: string; options: any[]; selectHtml: string; onSelect: (e: any) => void; '*ctxTargetsRegistry': Map<any, any>; }; value: any; } export namespace Select { const template: string; } import { Block } from "../../abstract/Block.js"; //# sourceMappingURL=Select.d.ts.map