blob: 242dacbf959e8961299606a5b88b1dce8d668239 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# @firebase/component
_NOTE: This is specifically tailored for Firebase JS SDK usage, if you are not a
member of the Firebase team, please avoid using this package_
## Usage
**ES Modules**
```javascript
import { Component } from '@firebase/component';
```
|