UNPKG

@progress/kendo-vue-indicators

Version:
18 lines (17 loc) 677 B
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { Badge as r } from "./badge/Badge.mjs"; import { BadgeContainer as a } from "./badge/BadgeContainer.mjs"; import { Loader as m } from "./loader/Loader.mjs"; import { Skeleton as x } from "./skeleton/Skeleton.mjs"; export { r as Badge, a as BadgeContainer, m as Loader, x as Skeleton };