Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 5 6 7 8 | 67x 67x 67x 67x 67x 67x 67x | export const SearchPlaceholderText = 'Type to start search'; export const SearchNoDataFoundText = 'No data found'; export const SearchAndUseText = 'Search and use'; export const CreateAndUseText = 'Create and use'; export const emptyMethod = (): void => { /* No action need */ }; export const GetColumnValueKey = '@GET_COLUMN_VALUE_CALLBACK@'; export const OnSaveCallbackKey = '@ON_SAVE_CALLBACK@'; |