gitea push
This commit is contained in:
+1
-1
@@ -105,7 +105,7 @@ export declare function hasEvent(props: Record<string, any>, name: string): bool
|
||||
export declare function callEvent<T extends any[]>(handler: EventProp<T> | EventProp<T>[] | undefined, ...args: T): void;
|
||||
export declare function focusableChildren(el: Element, filterByTabIndex?: boolean): HTMLElement[];
|
||||
export declare function getNextElement(elements: HTMLElement[], location?: 'next' | 'prev', condition?: (el: HTMLElement) => boolean): HTMLElement;
|
||||
export declare function focusChild(el: Element, location?: 'next' | 'prev' | 'first' | 'last' | number): void;
|
||||
export declare function focusChild(el: Element, location?: 'next' | 'prev' | 'first' | 'last' | number | null, options?: FocusOptions): void;
|
||||
export declare function isEmpty(val: any): boolean;
|
||||
export declare function noop(): void;
|
||||
/** Returns null if the selector is not supported or we can't check */
|
||||
|
||||
Reference in New Issue
Block a user