UNPKG

loners-form

Version:

为工作而生,基于 antd 而生的可配置化表单

10 lines (9 loc) 297 B
import React from 'react'; import type { ShowQA } from '../interface'; import type { SwitchProps } from 'antd/lib/switch'; import '../index.less'; export interface SwitchGoProps extends SwitchProps { showQA?: ShowQA; } declare const SwitchGo: React.FC<SwitchGoProps>; export default SwitchGo;