mirror of
https://github.com/certd/certd.git
synced 2026-05-18 22:57:31 +08:00
7 lines
189 B
TypeScript
7 lines
189 B
TypeScript
|
|
export type * from "./app";
|
||
|
|
export type * from "./basic";
|
||
|
|
export type * from "./helper";
|
||
|
|
export type * from "./menu-record";
|
||
|
|
export type * from "./tabs";
|
||
|
|
export type * from "./vue-router";
|