@ant-design/react-native
Version:
基于蚂蚁金服移动设计规范的 React Native 组件库
5 lines (4 loc) • 394 B
TypeScript
import React from 'react';
import { TextStyle } from 'react-native';
import { CallbackOnBackHandler, CallbackOrActions } from './PropsType';
export default function prompt(title: React.ReactNode, message: React.ReactNode, callbackOrActions: CallbackOrActions<TextStyle>, type?: string, defaultValue?: string, placeholders?: string[], onBackHandler?: CallbackOnBackHandler): number | undefined;