UNPKG

bits-ui

Version:

The headless components for Svelte.

6 lines (5 loc) 256 B
import type { DOMEl, Expand, HTMLDivAttributes } from "../../internal/index.js"; export type AspectRatioPropsWithoutHTML = Expand<{ ratio?: number | undefined; } & DOMEl>; export type AspectRatioProps = AspectRatioPropsWithoutHTML & HTMLDivAttributes;