@progress/kendo-themes-html
Version:
A collection of HTML helpers used for developing Kendo UI themes
7 lines (6 loc) • 358 B
TypeScript
import { KendoComponent } from '../_types/component';
export declare const DRAWER_PUSH_CLASSNAME = "k-drawer-push";
export type KendoDrawerPushOptions = {};
export type KendoDrawerPushProps = KendoDrawerPushOptions & {};
export declare const DrawerPush: KendoComponent<KendoDrawerPushProps & React.HTMLAttributes<HTMLDivElement>>;
export default DrawerPush;