@workday/canvas-kit-react
Version:
The parent module that contains all Workday Canvas Kit React components
12 lines • 452 B
TypeScript
import { EmotionCanvasTheme } from '../theming/index';
import { ErrorType } from '../types';
import { CSSObject } from '@emotion/styled';
export declare function getErrorColors(error?: ErrorType, theme?: EmotionCanvasTheme): {
outer: string;
inner: string;
} | {
outer?: undefined;
inner?: undefined;
};
export declare function errorRing(error?: ErrorType, theme?: EmotionCanvasTheme): CSSObject;
//# sourceMappingURL=errorRing.d.ts.map