UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

19 lines (18 loc) 656 B
export declare const ACTIONSHEETHEADER_CLASSNAME = "k-actionsheet-titlebar"; export type KendoActionSheetHeaderProps = { title?: string; subtitle?: string; actionsStart?: React.JSX.Element | React.JSX.Element[]; actionsEnd?: React.JSX.Element | React.JSX.Element[]; filter?: boolean; input?: boolean; inputValue?: string; inputPlaceholder?: string; adaptive?: boolean; }; export declare const ActionSheetHeader: { (props: KendoActionSheetHeaderProps & React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element; className: string; defaultOptions: {}; }; export default ActionSheetHeader;