export const TABLE_WIDGET = 'Table'; export const FORM_WIDGET = 'Form'; export const DETAIL_WIDGET = 'Detail'; export const SEARCH_WIDGET = 'Search'; export const GALLERY_WIDGET = 'Gallery'; export const CARD_WIDGET = 'Card';