pinyindct-open/src/Types.ts

2 lines
80 B
TypeScript

export type proc = (caption: String) => void;
export type justproc = () => void;