caption: {
bindToggle: (root: ParentNode) => void;
create: (
isToggleCaption: boolean,
image: HTMLImageElement,
) => ElementModel<HTMLElement> | null;
Elements: { container: string };
} = ...
Type Declaration
bindToggle: (root: ParentNode) => void
create: (
isToggleCaption: boolean,
image: HTMLImageElement,
) => ElementModel<HTMLElement> | null
Elements: { container: string }