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
/**
* Enumeration of the different ways in which the list can be rendered.
*
* @readonly
* @enum {string}
* @usage
*
* This enumeration is used to specify how a list should be rendered.
*/
export enum ListLayoutEnum {
list,
grid
}