UNPKG

@metadaoproject/wallet-adapter-react-ui

Version:
7 lines 239 B
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