@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) • 475 B
TypeScript
import { ComponentStyle } from "../../core/system/index.types.js";
import { CSSModifierObject, CSSObject, CSSPropObject } from "../../core/css/index.types.js";
import "../../index.js";
//#region src/components/stack/v-stack.style.d.ts
declare const vStackStyle: ComponentStyle<CSSPropObject<CSSObject>, CSSModifierObject, CSSModifierObject>;
type VStackStyle = typeof vStackStyle;
//#endregion
export { VStackStyle, vStackStyle };
//# sourceMappingURL=v-stack.style.d.ts.map