@project-jade-garden/reka-ui
Version:
Reka UI anatomy slots for headless design
20 lines (19 loc) • 661 B
text/typescript
import { SVATraits } from 'jade-garden';
/**
* **Aspect Ratio**
* @description Displays content within a desired ratio.
* @see [source](https://reka-ui.com/docs/components/aspect-ratio#anatomy)
*/
export declare const slots: readonly ["root"];
/**
* **Aspect Ratio**
* @description Displays content within a desired ratio.
* @see [source](https://reka-ui.com/docs/components/aspect-ratio#anatomy)
*/
export type Slots = (typeof slots)[number];
/**
* **Aspect Ratio**
* @description Displays content within a desired ratio.
* @see [source](https://reka-ui.com/docs/components/aspect-ratio#api-reference)
*/
export type Traits = SVATraits<Slots, {}>;