UNPKG

antd-mobile

Version:
7 lines (6 loc) 237 B
import type { FC, ReactNode } from 'react'; import { NativeProps } from '../../utils/native-props'; export declare type AutoCenterProps = { children?: ReactNode; } & NativeProps; export declare const AutoCenter: FC<AutoCenterProps>;