UNPKG

norma-library

Version:

Olos/Norma-DS. Design System based on Material UI, developed with TypeScript and Styled Components to create reusable and consistent components in web applications.

3 lines (2 loc) 182 B
declare function getAlign(border: string): "text-start justify-items-start" | "justify-items-center" | "text-end justify-items-end" | "text-center inline-flex"; export { getAlign };