mirror of
https://github.com/luxfi/dao.git
synced 2026-07-27 02:51:24 +00:00
- Add packages/wallet with Solana/EVM providers - Add comprehensive DAO governance documentation - Fix gitignore to cover nested node_modules - Update submodule refs
4 lines
184 B
TypeScript
4 lines
184 B
TypeScript
export { default } from "./AssetCard";
|
|
export { default as AssetCard } from "./AssetCard";
|
|
export type { PARSAssetCardProps } from "./AssetCard";
|
|
//# sourceMappingURL=index.d.ts.map
|