UNPKG

fictoan-react

Version:

A full-featured, designer-friendly, yet performant framework with plain-English props and focus on rapid iteration.

2 lines 427 B
export type SpanTypes = "one-twelfth" | "one-eighth" | "one-sixth" | "one-fourth" | "one-third" | "five-twelfth" | "half" | "seven-twelfth" | "two-third" | "three-fourth" | "five-sixth" | "seven-eighth" | "eleven-twelfth" | "whole" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "20" | "21" | "22" | "23" | "24"; //# sourceMappingURL=types.d.ts.map