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) 209 B
import { CreatePaletteParams } from '../schemas.js'; export declare function handleCreatePalette(params: CreatePaletteParams): Promise<{ content: { type: "text"; text: string; }[]; }>;