mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-07 21:38:14 -08:00
5 lines
134 B
TypeScript
5 lines
134 B
TypeScript
import {YargsFactory} from './build/lib/yargs-factory';
|
|
|
|
declare const Yargs: ReturnType<typeof YargsFactory>;
|
|
|
|
export default Yargs;
|