UNPKG

@project-jade-garden/bits-ui

Version:
22 lines (21 loc) 754 B
import { SVATraits } from 'jade-garden'; /** * **Progress** * @description Visualizes the progress or completion status of a task or process. * @see [source](https://www.bits-ui.com/docs/components/progress#api-reference) */ export declare const slots: readonly ["root"]; /** * **Progress** * @description Visualizes the progress or completion status of a task or process. * @see [source](https://www.bits-ui.com/docs/components/progress#api-reference) */ export type Slots = (typeof slots)[number]; /** * **Progress** * @description Visualizes the progress or completion status of a task or process. * @see [source](https://www.bits-ui.com/docs/components/progress#api-reference) */ export type Traits = SVATraits<Slots, { root: {}; }>;