yao-app-ts-types
Version:
typescript types for yao application
14 lines (13 loc) • 334 B
TypeScript
export * from "./global";
export * from "./app";
export * from "./utils";
export * from "./locale";
export * from "./common";
export * from "./action";
export * from "./table";
export * from "./form";
export * from "./component";
export * from "./remote";
export * from "./chart";
export * from "./list";
export * from "./dashboard";