//props indexer_name let indexer_name = props.indexer_name; const initialText = '# Hello World\n\n'; State.init({ m: initialText, }); return ( <> <Widget src={'roshaan.near/widget/queryapi__RegisterIndexerFunctionButton'} /> </> );