export enum PageLayoutMode { /** * Use Cards for laying out data */ Cards = 0, /** * Use list style for laying out items */ List = 1 }