UNPKG

@project-jade-garden/reka-ui

Version:
20 lines (19 loc) 814 B
import { SVATraits } from 'jade-garden'; /** * **Roving Focus** * @description Utility component that implements the roving tabindex method to manage focus between items. * @see [source](https://reka-ui.com/docs/utilities/roving-focus#anatomy) */ export declare const slots: readonly ["group", "item"]; /** * **Roving Focus** * @description Utility component that implements the roving tabindex method to manage focus between items. * @see [source](https://reka-ui.com/docs/utilities/roving-focus#anatomy) */ export type Slots = (typeof slots)[number]; /** * **Roving Focus** * @description Utility component that implements the roving tabindex method to manage focus between items. * @see [source](https://reka-ui.com/docs/utilities/roving-focus#anatomy) */ export type Traits = SVATraits<Slots, {}>;