Skip to content

Commit

Permalink
Fix type traductions layout meta package focus4
Browse files Browse the repository at this point in the history
  • Loading branch information
JabX committed Feb 2, 2025
1 parent 8b61901 commit 18ef8d2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/focus4/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ import {translation as ct} from "@focus4/collections";
import {translation as ft} from "@focus4/forms";
import {translation as lt} from "@focus4/layout";

export const translation: typeof ct.fr &
typeof ft.fr &
typeof lt.fr & {icons: typeof ct.icons & typeof ft.icons & typeof lt.icons};
export const translation: typeof ct.fr & typeof ft.fr & {icons: typeof ct.icons & typeof ft.icons & typeof lt.icons};

0 comments on commit 18ef8d2

Please sign in to comment.