mldong-flow-designer-plus
Version:
本项目包含了作者为B站课堂视频[《工作流设计器开发最佳实践》](https://www.bilibili.com/cheese/play/ss24484)的过程源码。教程中开发的组件也可用于实际生产环境中。以下是和使用文档和课程章节说明。 ## 演示地址 本工程提供两个演示站,分别覆盖库本身和真实业务集成两种形态:
31 lines (30 loc) • 631 B
JavaScript
import { b as buildProps } from "./error-DnK9DIl5.js";
import { p as pick } from "./index-aCfw1Ky1.js";
const ariaProps = buildProps({
/**
* @description native `aria-label` attribute
*/
ariaLabel: String,
/**
* @description native `aria-orientation` attribute
*/
ariaOrientation: {
type: String,
values: [
"horizontal",
"vertical",
"undefined"
]
},
/**
* @description native `aria-controls` attribute
*/
ariaControls: String
});
const useAriaProps = (arias) => {
return pick(ariaProps, arias);
};
export {
useAriaProps as u
};
//# sourceMappingURL=index-CPnqoqe4.js.map