UNPKG

@hhgtech/hhg-components

Version:
6 lines (5 loc) 264 B
import React from 'react'; import { AspectRatioProps as MantineAspectRatioProps } from '@mantine/core'; export type AspectRatioProps = MantineAspectRatioProps; declare const AspectRatio: (props: AspectRatioProps) => React.JSX.Element; export { AspectRatio };