UNPKG

@asi-ngtools/lib

Version:

This project is a little components library, simple to use, which will help you to simplify your project.

12 lines (11 loc) 271 B
/** * Class de configuration */ export declare class AsiDialogConfig { /** Add a class to the dialog */ class?: string; /** This dialog is over another dialog */ over?: boolean; /** Drop the dialog when click outside */ outsideDrop?: boolean; }