BangleApps/typescript/types/funcs.d.ts

3 lines
91 B
TypeScript

type SettingsFunc = (back: () => void) => void;
type ClockInfoFunc = () => ClockInfo.Menu;