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
7 lines
415 B
TypeScript
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
|