Files
dsProject/dsPgBase/WebRoot/html/cdn/es/components/tabs/src/tab-bar.mjs
2025-09-03 11:36:01 +08:00

12 lines
248 B
JavaScript

import { buildProps, definePropType, mutable } from '../../../utils/props.mjs';
const tabBar = buildProps({
tabs: {
type: definePropType(Array),
default: () => mutable([])
}
});
export { tabBar };
//# sourceMappingURL=tab-bar.mjs.map