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
/
ExpandableButton.d.ts
9 lines
(8 loc)
•
219 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
React
from
"react"
;
interface
Props
{
onClick
?:
() =>
void
;
expanded
?:
boolean
; }
export
declare
const
ExpandableButton
:
React
.
FC
<
Props
>;
export
declare
const
ExpandableLabel
:
React
.
FC
<
Props
>;
export
{};