import { ListTypes } from './typings'; export const LIST_TYPES: ListTypes = { ol: 'ol', ul: 'ul', li: 'li' };