MCPcopy Index your code
hub / github.com/react-toolbox/react-toolbox / ChipTheme

Interface ChipTheme

components/chip/index.d.ts:4–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import ReactToolbox from "../index";
3
4export interface ChipTheme {
5 /**
6 * Added to the root element when the component includes an avatar.
7 */
8 avatar?: string;
9 /**
10 * Used for the root element.
11 */
12 chip?: string;
13 /**
14 * Added to the root element when the component is deletable.
15 */
16 deletable?: string;
17 /**
18 * Used for the delete element wrapper.
19 */
20 delete?: string;
21 /**
22 * Used for the delete icon.
23 */
24 deleteIcon?: string;
25 /**
26 * Used for the delete svg inner layer.
27 */
28 deleteX?: string;
29}
30
31interface ChipProps extends ReactToolbox.Props {
32 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected