Add --dump-dimensions option to rsx:debug for layout debugging Mark framework publish 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
7 lines
258 B
TypeScript
7 lines
258 B
TypeScript
import type { TsJestTransformerOptions } from '../types';
|
|
import { TsJestTransformer } from './ts-jest-transformer';
|
|
declare const _default: {
|
|
createTransformer: (tsJestConfig?: TsJestTransformerOptions) => TsJestTransformer;
|
|
};
|
|
export default _default;
|