Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 012f7c9

Browse files
committedMay 12, 2024·
More docs page updates.
GitOrigin-RevId: b5a1bc8fa9daa898e3098b7321781f0613c5f120
1 parent d53671d commit 012f7c9

5 files changed

+6
-0
lines changed
 
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
declare module '@emotion/babel-plugin';
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
declare module 'babel-plugin-fbt-import';
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
declare module 'babel-plugin-fbt-runtime';

‎hera/types/babel-plugin-fbt.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
declare module 'babel-plugin-fbt';

‎tests/display.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/// <reference types="vite/client" />
2+
13
import decodeGameActionResponse from '@deities/apollo/lib/decodeGameActionResponse.tsx';
24
import {
35
InstantAnimationConfig,

0 commit comments

Comments
 (0)
Please sign in to comment.