FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
dist
/
components
/
types
/
components
/
ui
/
columns
Edit File: sc-columns.d.ts
export declare class ScColumns { /** * The vertical alignment of the columns. */ verticalAlignment: string; /** * Is this stacked on mobile */ isStackedOnMobile: boolean; /** * Is this full vertical height */ isFullHeight: boolean; /** * Is this reverse ordered on mobile */ isReversedOnMobile: boolean; render(): any; }
Save
Back