Sha256: 9b1d86f2d7816a863304a25c89fb3eb8695f8fc2ec41aed08fc16d05a0197a2a
Contents?: true
Size: 252 Bytes
Versions: 1
Compression:
Stored size: 252 Bytes
Contents
import { ControllerConstructor } from "./controller"; export interface Definition { identifier: string; controllerConstructor: ControllerConstructor; } /** @hidden */ export declare function blessDefinition(definition: Definition): Definition;
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
optimacms-0.1.61 | spec/dummy/node_modules/@stimulus/core/dist/src/definition.d.ts |