UNPKG

igniteui-theming

Version:

A set of Sass variables, mixins, and functions for generating palettes, typography, and elevations used by Ignite UI components.

8 lines (7 loc) 203 B
import { CreateThemeParams } from '../schemas.js'; export declare function handleCreateTheme(params: CreateThemeParams): Promise<{ content: { type: "text"; text: string; }[]; }>;