* docs: add jsdoc * feat: change enums to as const objects * chore(test): add themeColors.test.ts * fix: fix tests and bugs with strings.ts util * fix: path alias imports and tsconfig file bug * fix: remove --max-warnings 0
5 lines
187 B
TypeScript
5 lines
187 B
TypeScript
import type TAB_MESSAGES from '@shared/messages/TabMessages';
|
|
import { createUseMessage } from 'chrome-extension-toolkit';
|
|
|
|
export const useTabMessage = createUseMessage<TAB_MESSAGES>();
|