@workday/canvas-kit-react
Version:
The parent module that contains all Workday Canvas Kit React components
11 lines • 490 B
TypeScript
/**
* Progressive enhancement corner shape for rounded components. Browsers that don't support
* `corner-shape` will fall back to the radius alone.
* See https://developer.mozilla.org/en-US/docs/Web/CSS/corner-shape
*/
export declare const cornerShapeStencil: import("@workday/canvas-kit-styling").Stencil<import("@workday/canvas-kit-styling").StencilModifierConfig<{}, {
shape: string;
}, never>, {}, {
shape: string;
}, never, never>;
//# sourceMappingURL=cornerShape.d.ts.map