fix: build errors

This commit is contained in:
trafficlunar 2026-04-16 22:54:35 +01:00
parent 59bc1d3ace
commit d208565a61
20 changed files with 37 additions and 48 deletions

View file

@ -2,4 +2,4 @@ export * from "./constants";
export * from "./qr-codes";
export * from "./switch";
export * from "./three-ds-tomodachi-life-mii";
export type { SwitchMiiInstructions } from "./types";
export type { SwitchMiiInstructions, MiiGender, MiiMakeup, MiiPlatform } from "./types";