Sha256: a4ca47dbc702e9f6d7533b746128d4b86991a2285c76b40c99cd26f7b94d6ecd
Contents?: true
Size: 506 Bytes
Versions: 21
Compression:
Stored size: 506 Bytes
Contents
import FrameController from "../kpop/controllers/frame_controller"; import ModalController from "../kpop/controllers/modal_controller"; import ScrimController from "../kpop/controllers/scrim_controller"; import "./turbo_actions"; const Definitions = [ { identifier: "kpop--frame", controllerConstructor: FrameController }, { identifier: "kpop--modal", controllerConstructor: ModalController }, { identifier: "scrim", controllerConstructor: ScrimController }, ]; export { Definitions as default };
Version data entries
21 entries across 21 versions & 1 rubygems
Version | Path |
---|---|
katalyst-kpop-3.0.0.beta.2 | app/javascript/kpop/application.js |