wrap-node.astro 174 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 --- import Node from './node.astro' const { props: { Component, args, special, ...rest } } = Astro --- {!special && <Component {...args}> <Node {...rest}/> </Component> }