UNPKG

alinea

Version:

[![npm](https://img.shields.io/npm/v/alinea.svg)](https://npmjs.org/package/alinea) [![install size](https://packagephobia.com/badge?p=alinea)](https://packagephobia.com/result?p=alinea)

5 lines (4 loc) 250 B
import { createLink as createLinkField, createLinks as createLinksField } from './LinkField.js'; export type * from './LinkField.js'; export declare const createLink: typeof createLinkField; export declare const createLinks: typeof createLinksField;