UNPKG

@openproject/primer-view-components

Version:

ViewComponents of the Primer Design System for OpenProject

11 lines (10 loc) 280 B
import { CollapsibleElement } from './collapsible'; declare class CollapsibleSectionElement extends CollapsibleElement { get baseClass(): string; } declare global { interface Window { CollapsibleSectionElement: typeof CollapsibleSectionElement; } } export {};