UNPKG

liber-salti

Version:

Saltí - Liber Design System

5 lines (4 loc) 228 B
import { TextListItem, TextListOrdered, TextListUnordered } from './TextList.types'; export declare const Unordered: TextListUnordered; export declare const Ordered: TextListOrdered; export declare const Item: TextListItem;