@lifi/widget
Version:
LI.FI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.
8 lines (7 loc) • 311 B
TypeScript
import type { PropsWithChildren, ReactNode } from 'react';
import type { SettingCardTitle } from './types.js';
interface SettingCardExpandableProps extends SettingCardTitle {
value: ReactNode;
}
export declare const SettingCardExpandable: React.FC<PropsWithChildren<SettingCardExpandableProps>>;
export {};