mirror of
https://github.com/PotentiaRobotics/robot-gui.git
synced 2025-04-21 19:29:50 -04:00
4 lines
90 B
TypeScript
4 lines
90 B
TypeScript
import type { Config } from './types/config'
|
|
declare const config: Config
|
|
export = config
|