# CustomIdStyle

`type` in `core` · v0.8.0

<https://docs.seedcord.org/packages/core/0.8.0/types/custom-id-style>

## Declaration

```ts
type CustomIdStyle =
    ButtonStyle.Primary | ButtonStyle.Secondary | ButtonStyle.Success | ButtonStyle.Danger;
```
