const base = { sampleTextProp: 'Hello world!', }; export const mockBaseTemplateProps = { base, };