@datalayer/core
Version:
**Datalayer Core**
10 lines (9 loc) • 315 B
TypeScript
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;