UNPKG

laravel-jstools

Version:

JS tools for building front-side of Laravel applications

4 lines (3 loc) 73 B
export interface ComponentContract { getValue(): null | string; }