@porsche-design-system/components-js
Version:
Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.
6 lines (5 loc) • 617 B
TypeScript
import { type Part } from 'ag-grid-community';
export declare const checkboxCheckedShapeImage = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"m20.22,7.47l-1.47-1.42-9.26,9.02-4.24-4.15-1.47,1.42,5.71,5.6,10.73-10.47Z\"/></svg>";
export declare const checkboxIndeterminateShapeImage = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path d=\"m20,11v2H4v-2h16Z\"/></svg>";
export declare const radioCheckedShapeImage = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"6\"/></svg>";
export declare const checkboxStyle: Part;