UNPKG

129 BTypeScriptView Raw
1export interface Icons {
2 alert: string;
3 error: string;
4 info: string;
5 warn: string;
6 success: string;
7}