UNPKG

el-beeswarm

Version:

<div style="display: flex; padding: 1rem; flex-direction: column; align-items: center; justify-content: center; height: 100vh; text-align: center; display: flex;

3 lines (2 loc) 166 B
export type Callback = (directory: string, files: string[]) => string | false | void; export default function (directory: string, callback: Callback): string | void;