@progress/kendo-themes-html
Version:
A collection of HTML helpers used for developing Kendo UI themes
16 lines (15 loc) • 610 B
TypeScript
import { KendoToolbarProps } from '../toolbar';
export declare const MEDIAPLAYERTOOLBAR_CLASSNAME = "k-mediaplayer-toolbar";
export type KendoMediaPlayerToolbarProps = {
toolbarItems?: React.JSX.Element | React.JSX.Element[];
};
export declare const MediaPlayerToolbar: {
(props: KendoToolbarProps & KendoMediaPlayerToolbarProps & React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
states: any[];
options: {};
className: string;
defaultOptions: {
toolbarItems: import("react/jsx-runtime").JSX.Element[];
};
};
export default MediaPlayerToolbar;