UNPKG
@mgoodfellow/park-ui-panda-preset
Version:
latest (0.43.2-fix-accent-colors.0)
0.43.2-fix-accent-colors.0
Panda CSS Preset for Park UI
park-ui.com
cschroeter/park-ui
@mgoodfellow/park-ui-panda-preset
/
src
/
index.ts
11 lines
(10 loc)
•
188 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
{ createPreset }
from
'./create-preset'
export
{ accentColors, grayColors, radii,
type
AccentColor
,
type
ColorPalette
,
type
GrayColor
,
type
Radius
, }
from
'./options'