You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
340 B

6 months ago
  1. import { buildProps } from '../../../utils/vue/props/runtime.mjs';
  2. import { iconPropType } from '../../../utils/vue/icon.mjs';
  3. const breadcrumbProps = buildProps({
  4. separator: {
  5. type: String,
  6. default: "/"
  7. },
  8. separatorIcon: {
  9. type: iconPropType
  10. }
  11. });
  12. export { breadcrumbProps };
  13. //# sourceMappingURL=breadcrumb2.mjs.map