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