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
219 B
TypeScript
7 lines
219 B
TypeScript
import { FC } from "react";
|
|
export interface PARSInfoTooltipProps {
|
|
message: string;
|
|
}
|
|
declare const InfoTooltip: FC<PARSInfoTooltipProps>;
|
|
export default InfoTooltip;
|
|
//# sourceMappingURL=InfoTooltip.d.ts.map
|