export type GoSize = 'small' | 'medium' | 'large';
export type GoType = 'primary' | 'success' | 'warning' | 'danger' | 'info';
