Sha256: 623b857b0057739a8920e579c6e233aafc2f17dc481bfc6a9777382893971a75
Contents?: true
Size: 500 Bytes
Versions: 141
Compression:
Stored size: 500 Bytes
Contents
import { Controller } from '@hotwired/stimulus'; export default class CommentComponent extends Controller { static targets: string[]; readonly commentComponentTarget: HTMLDivElement; readonly tabBarComponentTarget: HTMLElement; readonly tabTargets: [HTMLButtonElement]; SELECTED_TAB_CLASSES: string[]; PUBLIC_BACKGROUND_COLOR: string; INTERNAL_BACKGROUND_COLOR: string; toggleTab(): void; toggleBackgrounds(tab: HTMLButtonElement, publicComment: boolean): void; }
Version data entries
141 entries across 141 versions & 1 rubygems