UNPKG

@progress/kendo-angular-inputs

Version:

Kendo UI for Angular Inputs Package - Everything you need to build professional form functionality (Checkbox, ColorGradient, ColorPalette, ColorPicker, FlatColorPicker, FormField, MaskedTextBox, NumericTextBox, RadioButton, RangeSlider, Slider, Switch, Te

20 lines (19 loc) 1.72 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import * as i0 from "@angular/core"; import * as i1 from "./colorpicker/colorpicker.component"; import * as i2 from "./colorpicker/localization/custom-messages.component"; import * as i3 from "./colorpicker/flatcolorpicker.component"; import * as i4 from "./colorpicker/color-gradient.component"; import * as i5 from "./colorpicker/color-palette.component"; /** * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi']) * definition for the ColorPicker. */ export declare class ColorPickerModule { static ɵfac: i0.ɵɵFactoryDeclaration<ColorPickerModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<ColorPickerModule, never, [typeof i1.ColorPickerComponent, typeof i2.ColorPickerCustomMessagesComponent, typeof i3.FlatColorPickerComponent, typeof i2.ColorPickerCustomMessagesComponent, typeof i4.ColorGradientComponent, typeof i2.ColorPickerCustomMessagesComponent, typeof i5.ColorPaletteComponent, typeof i2.ColorPickerCustomMessagesComponent], [typeof i1.ColorPickerComponent, typeof i2.ColorPickerCustomMessagesComponent, typeof i3.FlatColorPickerComponent, typeof i2.ColorPickerCustomMessagesComponent, typeof i4.ColorGradientComponent, typeof i2.ColorPickerCustomMessagesComponent, typeof i5.ColorPaletteComponent, typeof i2.ColorPickerCustomMessagesComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<ColorPickerModule>; }