UNPKG

mobile-more

Version:

基于 antd-mobile v5 扩展移动端 UI 组件

8 lines (7 loc) 177 B
import React from 'react'; declare const StepFormContext: React.Context<{ name: string; step: number; total: number; } | undefined>; export default StepFormContext;