UNPKG

@project-jade-garden/reka-ui

Version:
20 lines (19 loc) 661 B
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, {}>;