UNPKG

@progress/kendo-vue-labels

Version:
13 lines (12 loc) 709 B
/** * @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, type FloatingLabelProps, Label, type LabelProps, Error, type ErrorProps, Hint, type HintProps };