• This project
    • Loading...
  • Sign in

Phecda / NGPlay

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
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • NGPlay
  • src
  • type
  • Utilities.d.ts
  • Phecda's avatar
    feat: add simple components · fd92265e
    fd92265e Browse Files
    Phecda authored 2020-04-09 19:22:18 +0800
Utilities.d.ts 62 Bytes
Raw Blame History Permalink
1
declare type NVPair<V = string> = { name: string; value: V };