safe-area.js 171 B

1234567891011
  1. // README WISEWOODS
  2. Component({
  3. properties: {
  4. area: {
  5. type: String,
  6. value: 'bottom'
  7. }
  8. },
  9. data: {},
  10. methods: {}
  11. });