Files
dao/packages/component-library/lib/components/ArticleCard/index.d.ts
T
Zach Kelling a902c1c1c7 feat: add wallet package, docs, LLM.md, and update submodule refs
- Add packages/wallet with Solana/EVM providers
- Add comprehensive DAO governance documentation
- Fix gitignore to cover nested node_modules
- Update submodule refs
2026-02-20 22:15:37 -08:00

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