UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

44 lines (43 loc) 1.02 kB
import { KendoLayoutProps } from '../layout'; declare const variants: { name: string; title: string; }[]; declare const modifiers: Array<{ name: string; title: string; }>; export declare const StackLayoutDemo: { (props: KendoLayoutProps & { variant?: (typeof variants)[number]["name"]; } & { modifiers?: { [key: (typeof modifiers)[number]["name"]]: boolean; }; }): import("react/jsx-runtime").JSX.Element; options: { orientation: string[]; alignItems: string[]; justifyContent: string[]; justifyItems: string[]; }; states: any[]; variants: { name: string; title: string; }[]; defaultOptions: { variant: string; orientation: null; alignItems: null; justifyContent: null; justifyItems: null; wrap: boolean; }; modifiers: { name: string; title: string; }[]; className: string; }; export default StackLayoutDemo;