import React from 'react'; import ls from './Stack.less' export default function Stack({children}) { return
{children}
} Window.defaultProps = { type: 'neutral', };