UNPKG
cfc-ui-test
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
Design System do Conselho Federal de Contabilidade baseado no govbr-ds
cfc-ui-test
/
lib
/
enums
/
button-type.enum.d.ts
5 lines
(4 loc)
•
88 B
TypeScript
View Raw
1
2
3
4
5
export
declare
enum
ButtonType
{ primary =
"primary"
, secondary =
"secondary"
}