```bash # 查看版本信息 yarn info @lm_fe/components
npm install @noah-libjs/components``bash查看版本信息
yarn info @lm_fe/components
组件
$3
`tsxexport interface IMyAddressProps {
value?: string;
onChange?: (value: string) => void;
id?: string;
disabled?: boolean;
size?: 'large' | 'middle' | 'small';
getPopupContainer?: any;
bordered?: boolean;
// 同上按钮需要用到
form?: FormInstance
// 同上按钮配置
addressBtns?: { name: string, label: string, props: ButtonProps }[]
}
// 用法
``ISC