UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

9 lines (8 loc) 418 B
import { KendoComponent } from '../_types/component'; export declare const ACTIONBUTTONS_CLASSNAME = "k-actions"; export type KendoActionButtonsProps = { alignment?: 'start' | 'center' | 'end' | 'stretched' | 'justify'; orientation?: 'horizontal' | 'vertical'; }; export declare const ActionButtons: KendoComponent<KendoActionButtonsProps & React.HTMLAttributes<HTMLDivElement>>; export default ActionButtons;