generated from erangel1/generic-template
initial commit. phase 1 complete
This commit is contained in:
Generated
Vendored
+15
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* @flow
|
||||
*/
|
||||
|
||||
export type JSXExpressionContainerMockType = {
|
||||
type: 'JSXExpressionContainer',
|
||||
expression: mixed,
|
||||
}
|
||||
|
||||
export default function JSXExpressionContainerMock(exp: mixed): JSXExpressionContainerMockType {
|
||||
return {
|
||||
type: 'JSXExpressionContainer',
|
||||
expression: exp,
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user