UNPKG

@fluido/ui-containers

Version:

A framework for create front-end easy and fast

10 lines (9 loc) 372 B
import { BoxProps } from '../box'; export interface FrameProps_ extends BoxProps { allowOverflow?: boolean; context?: boolean; objectFit?: 'cover' | 'contain'; preserveRatio?: boolean; ratio?: string | number; } export declare const Frame_: import("@fluido/ui").FluiComponent<import("@fluido/ui").FluiComponent<"div", BoxProps>, FrameProps_>;