2024-01-29 09:26:07 +08:00

23 lines
1.3 KiB
TypeScript

export { NH1, NH2, NH3, NH4, NH5, NH6 } from './src/headers';
export { headerProps as h1Props, headerProps as h2Props, headerProps as h3Props, headerProps as h4Props, headerProps as h5Props, headerProps as h6Props } from './src/create-header';
export type { HeaderProps as H1Props } from './src/create-header';
export type { HeaderProps as H2Props } from './src/create-header';
export type { HeaderProps as H3Props } from './src/create-header';
export type { HeaderProps as H4Props } from './src/create-header';
export type { HeaderProps as H5Props } from './src/create-header';
export type { HeaderProps as H6Props } from './src/create-header';
export { default as NA, aProps } from './src/a';
export type { AProps } from './src/a';
export { default as NP, pProps } from './src/p';
export type { PProps } from './src/p';
export { default as NBlockquote, blockquoteProps } from './src/blockquote';
export type { BlockquoteProps } from './src/blockquote';
export { default as NHr } from './src/hr';
export { default as NUl, ulProps } from './src/ul';
export type { UlProps } from './src/ul';
export { default as NOl, olProps } from './src/ol';
export type { OlProps } from './src/ol';
export { default as NLi } from './src/li';
export { default as NText, textProps } from './src/text';
export type { TextProps } from './src/text';