laravel-jstools
Version:
JS tools for building front-side of Laravel applications
7 lines (6 loc) • 321 B
TypeScript
import { Service } from 'laravel-jstools-di';
import { NotyServiceContract } from './contracts/NotyServiceContract';
import { NotyDataInterface } from './interfaces/NotyDataInterface';
export declare class AlertNotyService extends Service implements NotyServiceContract {
show(data: NotyDataInterface): void;
}