UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

7 lines (6 loc) 361 B
import { KendoComponent } from '../_types/component'; import { KendoLayoutProps } from './layout'; export declare const STACKLAYOUT_CLASSNAME = "k-stack-layout"; export type KendoStackLayoutProps = KendoLayoutProps & {}; export declare const StackLayout: KendoComponent<KendoStackLayoutProps & React.HTMLAttributes<HTMLDivElement>>; export default StackLayout;