UNPKG

@td-design/react-native

Version:

react-native UI组件库

9 lines 279 B
import React from 'react'; import { Spacing } from '../theme'; export interface WhiteSpaceProps { size?: Spacing; backgroundColor?: string; } declare const _default: React.NamedExoticComponent<WhiteSpaceProps>; export default _default; //# sourceMappingURL=index.d.ts.map