Sha256: 09c7ff765af74f5546efa37e8c0a613422f32273d966663cf3180c30cb56c561
Contents?: true
Size: 497 Bytes
Versions: 31
Compression:
Stored size: 497 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; connect(): void; toggleTab(): void; toggleBackgrounds(tab: HTMLButtonElement): void; }
Version data entries
31 entries across 31 versions & 1 rubygems