Files
dao/packages/component-library/lib/components/Button/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

7 lines
415 B
TypeScript

export declare const PrimaryButton: (props: any) => JSX.Element;
export declare const SecondaryButton: (props: any) => JSX.Element;
export declare const TertiaryButton: (props: any) => JSX.Element;
export declare const TextButton: (props: any) => JSX.Element;
export declare const SuccessButton: (props: any) => JSX.Element;
export type { PARSButtonProps } from "./Button";
//# sourceMappingURL=index.d.ts.map