Skip to content

Type Alias: ModifierConventionInput

ts
type ModifierConventionInput = 
  | keyof typeof MODIFIER_PRESETS
  | ModifierConvention;

Defined in: packages/core/src/modifier.ts:121

A preset name, or a full custom ModifierConvention.

Released under the MIT License