mirror of
https://github.com/bobwen-dev/react-templates
synced 2025-04-12 00:56:39 +02:00
6 lines
192 B
Plaintext
6 lines
192 B
Plaintext
<rt-import name="myComp" from="comps" />
|
|
<rt-import name="*" as="utils" from="utils/utils" />
|
|
<div>
|
|
<myComp customProp="{utils.doSomething()}">myComp is just a regular tag</myComp>
|
|
</div>
|