5 lines
127 B
TypeScript
5 lines
127 B
TypeScript
'use strict';
|
|
|
|
export { default as updateProps } from './updateProps';
|
|
export { updatePropsJestWrapper } from './updateProps';
|