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
194 B
TypeScript
4 lines
194 B
TypeScript
export { default } from "./ArticleCard";
|
|
export { default as ArticleCard } from "./ArticleCard";
|
|
export type { PARSArticleCardProps } from "./ArticleCard";
|
|
//# sourceMappingURL=index.d.ts.map
|