Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
master
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
/**
* Enum for the modules supported by the Overlay directive.
*
* @ngdoc enum
* @readonly
* @enum {string}
* @name OverlayMode
*
*/
export enum OverlayMode {
light,
dark
}