UNPKG

@td-design/react-native

Version:

react-native UI组件库

9 lines 348 B
import React from 'react'; import { BoxProps } from '@shopify/restyle'; import { Spacing, Theme } from '../theme'; export interface WingBlankProps extends BoxProps<Theme> { size?: Spacing; } declare const _default: React.NamedExoticComponent<React.PropsWithChildren<WingBlankProps>>; export default _default; //# sourceMappingURL=index.d.ts.map