Skip to content
  • This project
    • Loading...
  • Sign in

templates / mui-template

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • mui-template
  • boilerplate
  • src
  • index.ts
  • McLemore's avatar
    feat(n): prefect basic template · 3fe066e9
    3fe066e9
    McLemore committed 5 years ago
index.ts 104 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8
Component({
  properties: {
    greeting: {
      type: String,
      value: 'Hello World!'
    }
  }
})