igniteui-theming
Version:
A set of Sass variables, mixins, and functions for generating palettes, typography, and elevations used by Ignite UI components.
15 lines (14 loc) • 363 B
TypeScript
import { GetComponentDesignTokensParams } from '../schemas.js';
export declare function handleGetComponentDesignTokens(params: GetComponentDesignTokensParams): Promise<{
content: {
type: "text";
text: string;
}[];
isError: boolean;
} | {
content: {
type: "text";
text: string;
}[];
isError?: undefined;
}>;