@progress/kendo-vue-labels
Version:
13 lines (12 loc) • 697 B
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';
import { Error, ErrorProps } from './Error';
import { Hint, HintProps } from './Hint';
import { FloatingLabel, FloatingLabelProps } from './FloatingLabel';
export { FloatingLabel, type FloatingLabelProps, Label, type LabelProps, Error, type ErrorProps, Hint, type HintProps };