UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

20 lines (19 loc) 1 kB
export * from './multiselect.spec'; export * from "./templates/multiselect-normal"; export * from "./templates/multiselect-popup"; export * from "./templates/multiselect-value"; export * from "./templates/multiselect-arrow-button"; export * from "./templates/multiselect-adaptive"; export * from "./templates/multiselect-grouping"; export * from "./templates/multiselect-grouping-custom-value"; export * from "./templates/multiselect-grouping-virtual-custom-value"; export * from "./templates/multiselect-prefix"; export * from "./templates/multiselect-suffix"; export * from "./templates/multiselect-custom-value"; export * from "./templates/multiselect-disabled"; export * from "./templates/multiselect-select-all"; export * from "./templates/multiselect-select-all-grouping"; export * from "./templates/multiselect-select-all-filtering"; export * from "./templates/multiselect-select-all-virtual"; export * from "./templates/multiselect-select-all-custom-value"; export * from './demos/multiselect';