@progress/kendo-themes-html
Version:
A collection of HTML helpers used for developing Kendo UI themes
32 lines (31 loc) • 689 B
TypeScript
declare const modifiers: ({
name: string;
title: string;
default: boolean;
} | {
name: string;
title: string;
default?: undefined;
})[];
export declare const InlineAIPromptDemo: {
(props: {
modifiers?: {
[key: (typeof modifiers)[number]["name"]]: boolean;
};
}): import("react/jsx-runtime").JSX.Element;
options: any;
states: any;
variants: any[];
defaultOptions: any;
modifiers: ({
name: string;
title: string;
default: boolean;
} | {
name: string;
title: string;
default?: undefined;
})[];
className: string;
};
export default InlineAIPromptDemo;