pantoken / packages/utils/src / UtilityOptions
Interface: UtilityOptions
Beta
Options shared by the utility-class emitters.
Properties
prefix?
optionalprefix?:string|null
Beta
The class prefix. Any truthy string namespaces every class ("instui" → .instui-bg-…); any falsy value (null/undefined/"") drops the prefix entirely (.bg-…).