@tonyptang/unocss-config
Version:
unocss-config
21 lines (16 loc) • 527 B
TypeScript
import { DynamicMatcher, Preset } from 'unocss';
declare function createRules(): [RegExp, DynamicMatcher<object>][];
declare function createShortCuts(): {
cp: "cursor-pointer";
ic: "items-center";
jc: "justify-center";
jb: "justify-between";
jend: "justify-end";
jstart: "justify-start";
jar: "justify-around";
jev: "justify-evenly";
iend: "items-end";
istart: "items-start";
};
declare const presetTo: Preset;
export { createRules, createShortCuts, presetTo as default, presetTo };