@project-jade-garden/reka-ui
Version:
Reka UI anatomy slots for headless design
20 lines (19 loc) • 658 B
text/typescript
import { SVATraits } from 'jade-garden';
/**
* **Label**
* @description Renders an accessible label associated with controls.
* @see [source](https://reka-ui.com/docs/components/label#anatomy)
*/
export declare const slots: readonly ["root"];
/**
* **Label**
* @description Renders an accessible label associated with controls.
* @see [source](https://reka-ui.com/docs/components/label#anatomy)
*/
export type Slots = (typeof slots)[number];
/**
* **Label**
* @description Renders an accessible label associated with controls.
* @see [source](https://reka-ui.com/docs/components/label#api-reference)
*/
export type Traits = SVATraits<Slots, {}>;