Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
enum LAYOUT_TYPES
import { LAYOUT_TYPES } from "https://deno.land/x/ana_components@v0.0.82/src/types/enums.ts";

This module contains all enum types

Members

CENTER = "center"
FOCUS = "focus"
FULL = "full"
HALVES = "halves"
LEFT = "left"
QUARTERS = "quarters"
RIGHT = "right"
THIRDS = "thirds"