exportinterfaceIListResourceStrings {
igx_list_no_items?: string;
igx_list_loading?: string;
}
exportconstListResourceStringsEN: IListResourceStrings = {
igx_list_no_items: 'There are no items in the list.',
igx_list_loading: 'Loading data from the server...'
};