There is no `Literal` component, which I expected from that library. Tried to use Smart component: ```tsx <CallExpression name="fn" arguments={ <Smart code="'a'"/> }/> ``` that gave totally unexpected output for me: `fn('a';);`