7 lines
138 B
TypeScript
7 lines
138 B
TypeScript
|
export * from './heading';
|
||
|
export * from './tag';
|
||
|
|
||
|
import {anchoredHx} from './heading';
|
||
|
const mdx = {...anchoredHx};
|
||
|
export default mdx;
|