File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ The React component allows its children to enter the browser's fullscreen viewin
9
9
* Compatible with both JavaScript and TypeScript
10
10
* Compatible with both Desktop and Mobile browsers
11
11
* Compatible with all browsers
12
- * No Dependency
13
- * Easy to Use
12
+ * No dependency
13
+ * Easy to use
14
14
15
15
## 🔧 Install
16
16
@@ -157,7 +157,7 @@ export default App;
157
157
</tr>
158
158
<tr>
159
159
<td>onChange</td>
160
- <td></td>
160
+ <td>(state: boolean, handle: FullscreenHandle) => void </td>
161
161
<td>❌</td>
162
162
<td>Optional callback that gets called when this screen changes state.</td>
163
163
</tr>
Original file line number Diff line number Diff line change 17
17
" fullscreen" ,
18
18
" react-fullscreen-html" ,
19
19
" full-screen" ,
20
- " full screen"
20
+ " full screen" ,
21
+ " full screen html5" ,
22
+ " react fullscreen html"
21
23
],
22
24
"homepage" : " " ,
23
25
"main" : " dist/react-fullscreen-html.js" ,
You can’t perform that action at this time.
0 commit comments