UNPKG

@wufengteam/wform

Version:

@wufengteam/wform

9 lines (8 loc) 209 B
import type { FC } from 'react'; interface MobileNavBarProps { name: string; onBack: () => void; onOk: () => void; } declare const MobileNavBar: FC<MobileNavBarProps>; export default MobileNavBar;