UNPKG

dbl-components

Version:

Framework based on bootstrap 5

9 lines (8 loc) 266 B
export function addControllers(controllers: any): void; export default CONTROLLERS; declare namespace CONTROLLERS { export { TitleController }; export { Controller }; } import TitleController from "./views/title-view"; import Controller from "./views/view";