Skip to main content
Module

x/lunchbox/src/enums.ts>LAYOUT_TYPES

Component Library 🍱 for Deno πŸ¦• Fresh πŸ‹
Go to Latest
type alias LAYOUT_TYPES
import { type LAYOUT_TYPES } from "https://deno.land/x/lunchbox@v0.1.13/src/enums.ts";

This module contains all enum types

definition:
| "full"
| "center"
| "focus"
| "halves"
| "thirds"
| "quarters"
| "right"
| "left"