UNPKG

@yamada-ui/react

Version:

React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion

10 lines (9 loc) 517 B
import { ComponentStyle } from "../../core/system/index.types.js"; import { CSSModifierObject, CSSObject, CSSPropObject } from "../../core/css/index.types.js"; import "../../index.js"; //#region src/components/aspect-ratio/aspect-ratio.style.d.ts declare const aspectRatioStyle: ComponentStyle<CSSPropObject<CSSObject>, CSSModifierObject, CSSModifierObject>; type AspectRatioStyle = typeof aspectRatioStyle; //#endregion export { AspectRatioStyle, aspectRatioStyle }; //# sourceMappingURL=aspect-ratio.style.d.ts.map