@progress/kendo-vue-labels
Version:
18 lines (17 loc) • 631 B
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
import { Label as e } from "./Label.mjs";
import { Error as f } from "./Error.mjs";
import { Hint as p } from "./Hint.mjs";
import { FloatingLabel as a } from "./FloatingLabel.mjs";
export {
f as Error,
a as FloatingLabel,
p as Hint,
e as Label
};