UNPKG
carpooluikit
Version:
latest (1.0.0)
1.0.0
carpool finance uikit
github.com/TiscotSerVices/blzd-uikit
TiscotSerVices/blzd-uikit
carpooluikit
/
dist
/
components
/
Button
/
index.d.ts
5 lines
(4 loc)
•
245 B
TypeScript
View Raw
1
2
3
4
5
export
{
default
as
Button
}
from
"./Button"
;
export
{
default
as
IconButton
}
from
"./IconButton"
;
export
*
from
"./ExpandableButton"
;
export
type
{
ButtonProps
,
BaseButtonProps
,
Scale
as
ButtonScale
,
Variant
as
ButtonVariant
}
from
"./types"
;