This website requires JavaScript.
Explore
Help
Sign In
Noospic
/
tiny-vue
forked from
opentiny/tiny-vue
Watch
1
Star
0
Fork
You've already forked tiny-vue
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
kagol/refactor-select
tiny-vue
/
examples
/
react-site
/
tiny-uno
/
rules
/
keyframes
/
line.js
11 lines
113 B
JavaScript
Raw
Permalink
Blame
History
export
function
line
(
prop
,
from
,
to
)
{
return
`
from {
${
prop
}
:
${
from
}
;
}
to {
${
prop
}
:
${
to
}
;
}
`
;
}
Reference in New Issue
View Git Blame
Copy Permalink