UNPKG

ionic

Version:

A tool for creating and developing Ionic Framework mobile apps.

7 lines (6 loc) 217 B
import { CommandMetadata } from '../definitions'; import { Command } from '../lib/command'; export declare class StateCommand extends Command { getMetadata(): Promise<CommandMetadata>; run(): Promise<void>; }