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) • 718 B
TypeScript
/**
* Tool handlers index - re-exports all tool handlers.
*/
export { handleGetColor } from './color.js';
export { handleCreateComponentTheme } from './component-theme.js';
export { handleGetComponentDesignTokens } from './component-tokens.js';
export { handleCreateCustomPalette } from './custom-palette.js';
export { handleCreateElevations } from './elevations.js';
export { handleSetRoundness, handleSetSize, handleSetSpacing, } from './layout.js';
export { handleCreatePalette } from './palette.js';
export { handleDetectPlatform } from './platform.js';
export { handleReadResource } from './resource.js';
export { handleCreateTheme } from './theme.js';
export { handleCreateTypography } from './typography.js';