Skip to content

Type Alias: AddStyleArgs<Bound>

ts
type AddStyleArgs<Bound> = Bound extends true ? [string] | [string, string] : [string, string];

Defined in: src/betterdiscord/api/dom.ts:3

Type Parameters

Type Parameter
Bound extends boolean