GSI - Employe Self Service Mobile
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
260 B

2 months ago
  1. # @firebase/component
  2. _NOTE: This is specifically tailored for Firebase JS SDK usage, if you are not a
  3. member of the Firebase team, please avoid using this package_
  4. ## Usage
  5. **ES Modules**
  6. ```javascript
  7. import { Component } from '@firebase/component';
  8. ```