# CustomIdStyle

`type` in `core` · v0.9.2

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

## Declaration

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