Sha256: 27900d48719df64d8c3cdcce7b78cbe941d3b74847f22f23d354a25b4b632863
Contents?: true
Size: 583 Bytes
Versions: 267
Compression:
Stored size: 583 Bytes
Contents
import '@oddbird/popover-polyfill'; export default class FocusGroupElement extends HTMLElement { #private; get nowrap(): boolean; set nowrap(value: boolean); get direction(): 'horizontal' | 'vertical' | 'both'; set direction(value: 'horizontal' | 'vertical' | 'both'); get retain(): boolean; set retain(value: boolean); get mnemonics(): boolean; connectedCallback(): void; disconnectedCallback(): void; handleEvent(event: Event): void; } declare global { interface Window { FocusGroupElement: typeof FocusGroupElement; } }
Version data entries
267 entries across 138 versions & 3 rubygems