D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
epksuofuukz9
/
www
/
admin
/
plugins
/
filterizr
/
config
/
Filename :
layout.d.ts
back
Copy
interface Layout { SAME_SIZE: 'sameSize'; SAME_HEIGHT: 'sameHeight'; SAME_WIDTH: 'sameWidth'; PACKED: 'packed'; HORIZONTAL: 'horizontal'; VERTICAL: 'vertical'; } /** * Possible grid layout modes */ export declare const LAYOUT: Layout; export {};