UNPKG

@datalayer/core

Version:
10 lines (9 loc) 315 B
import { PropsWithChildren } from "react"; type IHorizontalCenterProps = { margin?: string; }; export declare const HorizontalCenter: { (props: PropsWithChildren<IHorizontalCenterProps>): import("react/jsx-runtime").JSX.Element; defaultProps: IHorizontalCenterProps; }; export default HorizontalCenter;