UNPKG

infinity-forge

Version:
11 lines (10 loc) 178 B
export interface IProfileProps { image?: string; name?: string; status?: { text: string; color: string; }; tag?: string; tags?: string; }