UNPKG

@datalayer/core

Version:

[![Datalayer](https://assets.datalayer.tech/datalayer-25.svg)](https://datalayer.io)

7 lines (6 loc) 282 B
import { PropsWithChildren } from 'react'; type IHorizontalCenterProps = { margin?: string; }; export declare const HorizontalCenter: ({ children, margin, }: PropsWithChildren<IHorizontalCenterProps>) => import("react/jsx-runtime").JSX.Element; export default HorizontalCenter;