reggi/overrides
@reggi/path-to-regexp
dependabot/npm_and_yarn/main/copy-to-clipboard-4.0.2
dependabot/npm_and_yarn/main/eslint-10.4.0
dependabot/npm_and_yarn/main/npmcli/eslint-config-7.0.0
dependabot/npm_and_yarn/main/proc-log-7.0.0
dependabot/npm_and_yarn/npm_and_yarn-826852524d
dependabot/npm_and_yarn/npm_and_yarn-ab9a7f4bc2
deprecate-totp-2fa
dhei/classic-tokens
gat-bypass-2fa-docs
jpg619/fix-accessibility-content-flow
jpg619/version-bump-tar-2
kartykp/gat-bypass-2fa-docs
kartykp/upgrade-path-to-regex
main
maitxn/version-bump-tar
patch-1
reggi/cache-based-on-version
reggi/dev-engines
reggi/fix-transform-prettier
reggi/overrides
update-search-sensitivity
| 1 | import * as Components from './components' |
| 2 | |
| 3 | export const a = Components.Link |
| 4 | export const pre = ({children}) => children |
| 5 | export const code = Components.Code |
| 6 | export const table = Components.Table |
| 7 | export const img = Components.Image |
| 8 | export const p = Components.Paragraph |
| 9 | export const hr = Components.HorizontalRule |
| 10 | export const blockquote = Components.Blockquote |
| 11 | export const h1 = Components.H1 |
| 12 | export const h2 = Components.H2 |
| 13 | export const h3 = Components.H3 |
| 14 | export const h4 = Components.H4 |
| 15 | export const h5 = Components.H5 |
| 16 | export const h6 = Components.H6 |
| 17 | export const ul = Components.UnorderedList |
| 18 | export const ol = Components.OrderedList |
| 19 | export const dl = Components.DescriptionList |
| 20 | export const Index = Components.Index |
| 21 | export const Note = Components.Note |
| 22 | export const Prompt = Components.Prompt |
| 23 | export const Screenshot = Components.Screenshot |
| 24 | export const Link = Components.Link |
| 25 | export const YouTube = Components.YouTube |