UNPKG
@unifydev/flexilla
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
Variants, shortcuts, utilities for flexilla
unoforge/unify-preset
@unifydev/flexilla
/
dist
/
index.d.ts
9 lines
(6 loc)
•
179 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
Preset
}
from
'unocss'
;
type
MyPresetOptions
= {
prefix
?:
string
; };
declare
function
flexillaPreset
(
options
?:
MyPresetOptions
):
Preset
;
export
{ flexillaPreset };