UNPKG

bona

Version:

Super lightweight microframework focused on static websites and landing pages.

7 lines 241 B
import Core from "./core"; export const Bona: Core; import Base from "./base"; import Component from "./component"; import Ajax from "./ajax"; export { Core as default, Base, Core, Component, Ajax }; //# sourceMappingURL=index.d.ts.map