UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

15 lines (14 loc) 528 B
export type KendoLayoutProps = { gap?: string; orientation?: null | 'horizontal' | 'vertical'; alignItems?: null | 'start' | 'center' | 'end' | 'stretch'; justifyContent?: null | 'start' | 'center' | 'end' | 'stretch'; justifyItems?: null | 'start' | 'center' | 'end' | 'stretch'; wrap?: boolean; }; export declare const Layout: { (props: KendoLayoutProps & React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element; states: any[]; options: {}; }; export default Layout;