UNPKG
@gzup/macaw-ui-4
Version:
latest (0.6.19)
0.6.19
0.6.18
0.6.17
0.6.16
0.6.15
0.6.14
0.6.13
0.6.12
0.6.11
0.6.10
0.6.9
0.6.8
0.6.7
0.6.6
0.6.4
0.6.3
Gzup's UI component library
macaw-ui.vercel.app
mirumee/macaw-ui
@gzup/macaw-ui-4
/
dist
/
types
/
Pill
/
styles.d.ts
3 lines
(2 loc)
•
245 B
TypeScript
View Raw
1
2
3
declare
const
useStyles
:
(
props
?:
any
) =>
import
(
"@material-ui/styles"
).
ClassNameMap
<
"label"
|
"small"
|
"dark"
|
"error"
|
"success"
|
"warning"
|
"info"
|
"root"
|
"outlined"
|
"active"
|
"clickable"
|
"labelSmall"
>;
export
default
useStyles;