@hope-ui/solid
Version:
The SolidJS component library you've hoped for.
6 lines • 381 B
TypeScript
export declare const hasTabIndex: (element: HTMLElement) => boolean;
export declare function isHidden(element: HTMLElement): boolean;
export declare function isDisabled(element: HTMLElement): boolean;
export declare function isContentEditable(element: HTMLElement): boolean;
export declare function isFocusable(element: HTMLElement): boolean;
//# sourceMappingURL=tabbable.d.ts.map