UNPKG

@openhps/sphero

Version:

Open Hybrid Positioning System - Sphero component

9 lines (8 loc) 303 B
import { CommandGenerator, ICommandWithRaw } from './types'; declare const _default: (generator: CommandGenerator) => { appVersion: () => ICommandWithRaw; something: () => ICommandWithRaw; something6: () => ICommandWithRaw; something7: () => ICommandWithRaw; }; export default _default;