mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-07-25 08:15:48 +00:00
export type for icon theme (#404)
This commit is contained in:
@@ -25,6 +25,8 @@ export interface IdentityProps extends BaseProps {
|
|||||||
onCopy?: (value: string) => void;
|
onCopy?: (value: string) => void;
|
||||||
prefix?: Prefix;
|
prefix?: Prefix;
|
||||||
size?: number;
|
size?: number;
|
||||||
theme?: 'beachball' | 'empty' | 'ethereum' | 'jdenticon' | 'polkadot' | 'substrate';
|
theme?: IconTheme;
|
||||||
value?: string | Uint8Array | null;
|
value?: string | Uint8Array | null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export type IconTheme = 'beachball' | 'empty' | 'ethereum' | 'jdenticon' | 'polkadot' | 'substrate';
|
||||||
|
|||||||
Reference in New Issue
Block a user