@progress/kendo-react-labels
Version:
React Labels package provides components for labelling form editors. KendoReact Labels package
19 lines (18 loc) • 645 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
*-------------------------------------------------------------------------------------------
*/
"use client";
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
};