Takes a list of identifiers terminated by a semicolon and expression. Each identifier is
cloned, and made available to the expression. The macro evaluates to that expression.
This is useful for passing things like state and setters to multiple component props.