ux-cascader-linkaitong

1.0.0 • Public • Published
interface IOptions{
  label: string,// 文本
  children?: IOptions[] // 下一级联内容
}
interface ICascaderProps {
  defaultValue?: string[], // 默认值
  placeholder: string, // 
  options: {// 级联内容
    label: string,
    children?: IOptions[]
  },
  onChange: () => void // 回调
}

Readme

Keywords

none

Package Sidebar

Install

npm i ux-cascader-linkaitong

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

83.2 kB

Total Files

8

Last publish

Collaborators

  • beisencorp