Skip to content

Commit

Permalink
More docs page updates.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: b5a1bc8fa9daa898e3098b7321781f0613c5f120
  • Loading branch information
cpojer committed May 12, 2024
1 parent d53671d commit 012f7c9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions hera/types/@emotion__babel-plugin.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
declare module '@emotion/babel-plugin';
1 change: 1 addition & 0 deletions hera/types/babel-plugin-fbt-import.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
declare module 'babel-plugin-fbt-import';
1 change: 1 addition & 0 deletions hera/types/babel-plugin-fbt-runtime.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
declare module 'babel-plugin-fbt-runtime';
1 change: 1 addition & 0 deletions hera/types/babel-plugin-fbt.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
declare module 'babel-plugin-fbt';
2 changes: 2 additions & 0 deletions tests/display.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/// <reference types="vite/client" />

import decodeGameActionResponse from '@deities/apollo/lib/decodeGameActionResponse.tsx';
import {
InstantAnimationConfig,
Expand Down

0 comments on commit 012f7c9

Please sign in to comment.