3 lines
91 B
TypeScript
3 lines
91 B
TypeScript
|
import { State } from "./state";
|
||
|
export declare const present: (state: State) => string[];
|