PresetFactorytype PresetFactory<Theme extends object = object, PresetOptions extends object | undefined = undefined> = (options?: PresetOptions) => Preset<Theme>;§Type Parameters§Theme extends object = object[src]§PresetOptions extends object | undefined = undefined[src]§Type§(options?: PresetOptions) => Preset<Theme>[src]