export type Chip_StyleProps = { /** ## Chip * * The `z-chip` attribute setted to `default` will inject the z-chip styling * for ` * ``` * ![example_1](./atoms/Chip/Chip.png) * * - `disabled`: * ```html * * ``` * ![example_2](./atoms/Chip/ChipDisabled.png) * * --- * ### References: * - #### [![](./SB.png) Documentation](./atoms/chip) */ 'z-chip'?: true | ''; };