UNPKG

adonisjs-livewire

Version:

A front-end framework for AdonisJS

8 lines (7 loc) 243 B
import { Decorator } from '../support_decorators/decorator.js'; export default class Layout extends Decorator { name: string; props: Record<string, any>; constructor(name?: string, props?: Record<string, any>); boot(): void; }