UNPKG
@tachui/modifiers
Version:
latest (0.8.1-alpha)
0.8.1-alpha
0.8.0-alpha
Essential styling modifiers for tachUI framework
tachui.dev
tach-UI/tachUI
@tachui/modifiers
/
dist
/
appearance
/
index.d.ts
11 lines
•
290 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** * Appearance Modifiers * * Visual styling modifiers for colors, backgrounds, borders, and foreground */
export
*
from
'./background'
;
export
*
from
'./border'
;
export
*
from
'./foreground'
;
export
*
from
'./clip-shape'
;
export
*
from
'./clipped'
;
//# sourceMappingURL=index.d.ts.map