6 lines
223 B
TypeScript
Raw Normal View History

2025-04-21 18:05:32 +08:00
import {
isCustomerServicePluginMessage,
isMessageInvisible as isCustomServiceMessageInvisible,
} from '../../../tui-customer-service-plugin';
export { isCustomerServicePluginMessage, isCustomServiceMessageInvisible };