UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

9 lines (8 loc) 492 B
import { KendoBaseProps } from '../_types/component'; export declare const ACTIONSHEETFOOTER_CLASSNAME = "k-actionsheet-footer"; export type KendoActionSheetFooterProps = { alignment?: 'start' | 'center' | 'end' | 'stretched' | 'justify'; orientation?: 'horizontal' | 'vertical'; template?: boolean; }; export declare const ActionSheetFooter: (props: KendoActionSheetFooterProps & KendoBaseProps & React.HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;