UNPKG

artwork-react-native

Version:

artwork design master for react-native

10 lines (9 loc) 268 B
/// <reference types="react" /> import React from 'react'; import { WingBlankProps } from './PropsType'; export default class WingBlank extends React.Component<WingBlankProps, any> { static defaultProps: { size: string; }; render(): JSX.Element; }