@workday/canvas-kit-react
Version:
The parent module that contains all Workday Canvas Kit React components
6 lines • 461 B
TypeScript
import { CanvasTheme } from './types';
/**
* @deprecated ⚠️ `defaultCanvasTheme` is deprecated and will be removed in a future major version. If you want to reset the theme, use `defaultBranding` and apply it to the `CanvasProvider`. For more information, view our [theming docs](https://workday.github.io/canvas-kit/?path=/docs/features-theming-overview--docs).
*/
export declare const defaultCanvasTheme: CanvasTheme;
//# sourceMappingURL=theme.d.ts.map