UNPKG

@gechiui/components

Version:
26 lines 608 B
export default ConnectedHStack; /** * `HStack` (Horizontal Stack) arranges child elements in a horizontal line. * * `HStack` can render anything inside. * * @example * ```jsx * import { * __experimentalHStack as HStack, * __experimentalText as Text, * } from `@gechiui/components`; * * function Example() { * return ( * <HStack> * <Text>Code</Text> * <Text>is</Text> * <Text>Poetry</Text> * </HStack> * ); * } * ``` */ declare const ConnectedHStack: import("../ui/context").GeChiUIComponent<"div", import("./types").Props, true>; //# sourceMappingURL=component.d.ts.map