UNPKG

@td-design/react-native

Version:

react-native UI组件库

8 lines 259 B
import { FC, PropsWithChildren } from 'react'; import { DimensionValue } from 'react-native'; declare const Center: FC<PropsWithChildren<{ width?: DimensionValue; height?: DimensionValue; }>>; export default Center; //# sourceMappingURL=index.d.ts.map