igniteui-theming
Version:
A set of Sass variables, mixins, and functions for generating palettes, typography, and elevations used by Ignite UI components.
6 lines (5 loc) • 1.12 kB
TypeScript
/**
* Tools index - exports schemas and handlers for all MCP tools.
*/
export { handleCreateComponentTheme, handleCreateCustomPalette, handleCreateElevations, handleCreatePalette, handleCreateTheme, handleCreateTypography, handleDetectPlatform, handleGetColor, handleGetComponentDesignTokens, handleReadResource, handleSetRoundness, handleSetSize, handleSetSpacing, } from './handlers/index.js';
export { type CreateComponentThemeParams, type CreateCustomPaletteParams, type CreateElevationsParams, type CreatePaletteParams, type CreateThemeParams, type CreateTypographyParams, createComponentThemeSchema, createCustomPaletteSchema, createElevationsSchema, createPaletteSchema, createThemeSchema, createTypographySchema, type DetectPlatformParams, detectPlatformSchema, type GetColorParams, type GetComponentDesignTokensParams, getColorSchema, getComponentDesignTokensSchema, type Platform, platformSchema, type ReadResourceParams, readResourceSchema, type SetRoundnessParams, type SetSizeParams, type SetSpacingParams, setRoundnessSchema, setSizeSchema, setSpacingInputSchema, setSpacingSchema, } from './schemas.js';