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) 367 B
import { HTMLStyledProps, StyledComponent } from "../../core/components/index.types.js"; import "../../core/index.js"; import "../../index.js"; //#region src/components/flex/spacer.d.ts interface SpacerProps extends HTMLStyledProps {} declare const Spacer: StyledComponent<"div", {}>; //#endregion export { Spacer, SpacerProps }; //# sourceMappingURL=spacer.d.ts.map