UNPKG

@yosgo/swap-ui

Version:
9 lines (8 loc) 207 B
export interface SWAPCopyFieldProps { sharedText: string; multiline?: boolean; rows?: number; copyInputLabel?: string; copyButtonText?: string; copySuccessMessage?: string; }