Blame view

天文台pc/tianwentai-ui/node_modules/motion-dom/dist/es/render/utils/is-variant-label.mjs 220 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
7
8
9
  /**
   * Decides if the supplied variable is variant label
   */
  function isVariantLabel(v) {
      return typeof v === "string" || Array.isArray(v);
  }
  
  export { isVariantLabel };
  //# sourceMappingURL=is-variant-label.mjs.map