UNPKG

@uploadcare/blocks

Version:

Building blocks for Uploadcare products integration

17 lines 444 B
export class PresenceToggle extends Block { _visible: boolean; _visibleStyle: string; _hiddenStyle: string; _externalTransitions: boolean; _handleVisible(): void; } export namespace PresenceToggle { const template: string; } export type Style = { transition?: string; visible?: string; hidden?: string; }; import { Block } from "../../../../../abstract/Block.js"; //# sourceMappingURL=PresenceToggle.d.ts.map