@progress/kendo-react-labels
Version:
React Labels package provides components for labelling form editors. KendoReact Labels package
13 lines (12 loc) • 689 B
text/typescript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
import { Label, LabelProps } from './Label.js';
import { Error, ErrorProps } from './Error.js';
import { Hint, HintProps } from './Hint.js';
import { FloatingLabel, FloatingLabelProps } from './FloatingLabel.js';
export { FloatingLabel, FloatingLabelProps, Label, LabelProps, Error, ErrorProps, Hint, HintProps };