{
  "ly-icon/type": {
    "type": "string",
    "description": "svg > use.xlinkHref 属性, 会自动追加 '#' 前缀"
  },
  "ly-icon/v-click-outside": {
    "type": "(el: HtmlElement) => any",
    "description": "点击当前元素外的任意位置时候触发"
  },
  "ly-icon/v-ripple": {
    "type": "boolean|undefined",
    "description": "给非inline-block样式元素添加波纹点击效果"
  },
  "ly-icon/v-resize": {
    "type": "function",
    "description": "监听元素大小变动"
  },
  "ly-loading/type": {
    "type": "string",
    "description": "loading icon type，可选值：'circular' | 'spinner'"
  },
  "ly-loading/color": {
    "type": "string",
    "description": "主颜色"
  },
  "ly-loading/size": {
    "type": "string|number",
    "description": "loading icon size"
  },
  "ly-loading/text-size": {
    "type": "string|number",
    "description": "loading text size"
  },
  "ly-loading/text-color": {
    "type": "string",
    "description": "loading text color, default color prop"
  },
  "ly-loading/only-text": {
    "type": "boolean",
    "description": "only show text, hidden loading icon"
  },
  "ly-loading/v-click-outside": {
    "type": "(el: HtmlElement) => any",
    "description": "点击当前元素外的任意位置时候触发"
  },
  "ly-loading/v-ripple": {
    "type": "boolean|undefined",
    "description": "给非inline-block样式元素添加波纹点击效果"
  },
  "ly-loading/v-resize": {
    "type": "function",
    "description": "监听元素大小变动"
  },
  "ly-fixed-container/append-to-body": {
    "type": "boolean",
    "description": "wrap el is append to body"
  },
  "ly-fixed-container/wrap-class": {
    "type": "string",
    "description": "wrap class names"
  },
  "ly-fixed-container/z-index": {
    "type": "number",
    "description": "wrap style for z-index"
  },
  "ly-fixed-container/top": {
    "type": "number|string",
    "description": "wrap style for top"
  },
  "ly-fixed-container/right": {
    "type": "number|string",
    "description": "wrap style for right"
  },
  "ly-fixed-container/bottom": {
    "type": "number|string",
    "description": "wrap style for bottom"
  },
  "ly-fixed-container/left": {
    "type": "number|string",
    "description": "wrap style for left"
  },
  "ly-fixed-container/direction": {
    "type": "string",
    "description": "wrap direction: 'top' | 'right' | 'bottom' | 'left' , default is 'bottom'"
  },
  "ly-fixed-container/width": {
    "type": "string|number",
    "description": "wrap style width"
  },
  "ly-fixed-container/height": {
    "type": "string|number",
    "description": "wrap style height"
  },
  "ly-fixed-container/placeholder": {
    "type": "boolean",
    "description": "wrap height/width placeholder"
  },
  "ly-fixed-container/v-click-outside": {
    "type": "(el: HtmlElement) => any",
    "description": "点击当前元素外的任意位置时候触发"
  },
  "ly-fixed-container/v-ripple": {
    "type": "boolean|undefined",
    "description": "给非inline-block样式元素添加波纹点击效果"
  },
  "ly-fixed-container/v-resize": {
    "type": "function",
    "description": "监听元素大小变动"
  }
}