UNPKG

t-fighting-design

Version:

Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.

5 lines (4 loc) 238 B
import type { UseLoadingBarInterface } from '../_hooks/use-loading-bar/interface'; import type { InstallType } from '../_interface'; export declare const LoadingBar: InstallType<UseLoadingBarInterface>; export * from './src/interface.d';