Sha256: 08678fcc12f7b7573fbb1800e7e61959d782826284533b06ec41d951b89d9189
Contents?: true
Size: 421 Bytes
Versions: 136
Compression:
Stored size: 421 Bytes
Contents
import { identifierForContextKey } from "@hotwired/stimulus-webpack-helpers" import SortableController from './sortable_controller' export const controllerDefinitions = [ [SortableController, 'sortable_controller.js'] ].map(function(d) { const key = d[1] const controller = d[0] return { identifier: identifierForContextKey(key), controllerConstructor: controller } }) export { SortableController }
Version data entries
136 entries across 136 versions & 1 rubygems