UNPKG

nyg-ui-generator

Version:

UI scaffold generator and module publisher

19 lines 252 B
'use strict'; export default function (props) { return { out: { container: { style: { opacity: 0 } } }, idle: { container: { style: { opacity: 1 } } } }; };