UNPKG

@td-design/react-native

Version:

react-native UI组件库

10 lines 254 B
import { ReactNode } from 'react'; export interface NotifyProps { content: ReactNode; duration?: number; autoClose?: boolean; activeOpacity?: number; onClose?: () => void; onPress?: () => void; } //# sourceMappingURL=type.d.ts.map