index.js 100 B

12345678
  1. const styles = {
  2. transparentBg: {
  3. background: "transparent"
  4. }
  5. };
  6. module.exports = styles;