Export DesktopInterface from desktop and add PlatformContext

This commit is contained in:
Brendan Allan 2025-12-08 13:43:36 +08:00
parent 923bf36593
commit d531dff8d3
No known key found for this signature in database
GPG key ID: 41E835AEA046A32E
11 changed files with 71 additions and 20 deletions

View file

@ -0,0 +1,2 @@
export { PlatformProvider, type Platform } from "./PlatformContext"
export { DesktopInterface } from "./DesktopInterface"