UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

13 lines (12 loc) 363 B
import { KendoComponent } from '../_types/component'; export type KendoScrollViewProps = { mode?: "light" | "normal" | "dark"; views?: number; currentView?: number; animate?: boolean; arrows?: boolean; pager?: boolean; rtl?: boolean; }; export declare const ScrollView: KendoComponent<KendoScrollViewProps>; export default ScrollView;