UNPKG

@yosgo/swap-ui

Version:
11 lines (10 loc) 275 B
export interface SWAPLogoProps { business?: boolean; dark?: boolean; size?: "small" | "middle" | "large" | string | number; width?: number | string; height?: number | string; chinese?: boolean; black?: boolean; iconOnly?: boolean; }