interface SeedPhraseDisplayProps {
    words: string[];
    onDismiss?: (() => void);
    onCopyAllowed?: (() => void);
}

Properties

words: string[]
onDismiss?: (() => void)
onCopyAllowed?: (() => void)