Presetinterface Preset <Theme extends {} = {}> extends ConfigBase<Theme> {enforce?: "pre" | "post";layer?: string;name: string;options?: PresetOptions;prefix?: string | string[];}§Type Parameters§Theme extends {} = {}[src]§Extends§ConfigBase<Theme>[src]§Properties§enforce?: "pre" | "post"[src]§layer?: string[src]Apply layer to all utilities and shortcuts §name: string[src]§options?: PresetOptions[src]Preset options for other tools like IDE to consume §prefix?: string | string[][src]Apply prefix to all utilities and shortcuts