UNPKG

welcome-ui

Version:

Customizable design system with react • styled-components • styled-system and ariakit.

7 lines (6 loc) 277 B
import { CreateWuiProps } from '../System'; export interface AspectRatioOptions { ratio?: number; } export type AspectRatioProps = CreateWuiProps<'div', AspectRatioOptions>; export declare const AspectRatio: import('../System').CreateWuiComponent<"div", AspectRatioProps>;