6 lines
223 B
TypeScript
Raw Normal View History

import {
isCustomerServicePluginMessage,
isMessageInvisible as isCustomServiceMessageInvisible,
} from '../../../tui-customer-service-plugin';
export { isCustomerServicePluginMessage, isCustomServiceMessageInvisible };