UNPKG
@_alexalbu/kraftie-components
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
1.2.0
1.1.1
1.1.0
1.0.0
Kraftie Components Library
github.com/kraftie-co/components-library
kraftie-co/components-library
@_alexalbu/kraftie-components
/
components
/
Button
/
constants.js
7 lines
(6 loc)
•
141 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
BUTTON_TYPES
= {
PRIMARY
:
'primary'
,
SECONDARY
:
'secondary'
,
DESTRUCTIVE
:
'destructive'
, };
export
{
BUTTON_TYPES
};