I have this code: ``` hiccup [div [ComponentA {prop1: "abc", prop2: def"} 123] [ComponentB {prop1: "abc", prop2: def"} 456] ] ``` is it possible to have `{prop1: "abc", prop2: def"}` as a variable?