10 lines
705 B
JavaScript
10 lines
705 B
JavaScript
export { NH1, NH2, NH3, NH4, NH5, NH6 } from "./src/headers.mjs";
|
|
export { headerProps as h1Props, headerProps as h2Props, headerProps as h3Props, headerProps as h4Props, headerProps as h5Props, headerProps as h6Props } from "./src/create-header.mjs";
|
|
export { default as NA, aProps } from "./src/a.mjs";
|
|
export { default as NP, pProps } from "./src/p.mjs";
|
|
export { default as NBlockquote, blockquoteProps } from "./src/blockquote.mjs";
|
|
export { default as NHr } from "./src/hr.mjs";
|
|
export { default as NUl, ulProps } from "./src/ul.mjs";
|
|
export { default as NOl, olProps } from "./src/ol.mjs";
|
|
export { default as NLi } from "./src/li.mjs";
|
|
export { default as NText, textProps } from "./src/text.mjs"; |