UNPKG

@cocoy/kit-components

Version:

一些前端组件

9 lines (8 loc) 269 B
import type { PopoverProps } from 'antd'; export type MangoFormPasswordProps = { widthLabel?: boolean; label?: [string, string]; widthConfirm?: boolean; popoverProps?: PopoverProps; }; export declare const MangoFormPassword: FC<MangoFormPasswordProps>;