---
title: "ChipBorder"
description: "Represents the border stroke used in a [Chip] in different states."
type: "interface"
---

<div class='type'>Interface</div>


<a id='references'></a>

<div class='sourceset sourceset-android'>Android</div>



```kotlin
public interface ChipBorder
```


Represents the border stroke used in a `Chip` in different states.


## Functions

```kotlin
@Composable
    
    public fun borderStroke(enabled: Boolean): State<BorderStroke?>
```


Represents the border stroke for this chip, depending on `enabled` or null if no border

#### Parameters

| | |
| --- | --- |
| enabled | Whether the chip is enabled |




