UNPKG
@metadaoproject/wallet-adapter-react-ui
Version:
latest (0.9.37-alpha.4)
0.9.37-alpha.4
0.9.37-alpha.3
0.9.37-alpha.2
0.9.37-alpha.1
0.9.36
0.9.35
<!-- @TODO -->
github.com/anza-xyz/wallet-adapter
anza-xyz/wallet-adapter
@metadaoproject/wallet-adapter-react-ui
/
lib
/
types
/
Collapse.d.ts
7 lines
•
239 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{
FC
,
PropsWithChildren
}
from
'react'
;
export
declare
type
CollapseProps
=
PropsWithChildren
<{
expanded
:
boolean
;
id
:
string
; }>;
export
declare
const
Collapse
:
FC
<
CollapseProps
>;
//# sourceMappingURL=Collapse.d.ts.map