UNPKG

@spaceone/design-system

Version:
9 lines (8 loc) 179 B
export interface IconModalProps { visible: boolean; lottieName?: string; iconName?: string; headerTitle?: string; bodyText?: string; buttonText: string; }