UNPKG

shelving

Version:

Toolkit for using data in JavaScript.

7 lines (6 loc) 227 B
import { getModuleClass } from "../util/css.js"; import ALIGN_CSS from "./Align.module.css"; /** Get the alignment class for a component. */ export function getAlignClass(align) { return getModuleClass(ALIGN_CSS, align); }