docs: add copy subscriber button (#12405)
* docs: add copy subscriber button * re-generate * fixes + update copy button
This commit is contained in:
@@ -10,8 +10,10 @@ import {
|
||||
Table,
|
||||
Badge,
|
||||
Tooltip,
|
||||
CopyGeneratedSnippetButton,
|
||||
} from "docs-ui"
|
||||
import { CommerceModuleSections } from "../CommerceModuleSections"
|
||||
import { EventHeader } from "../EventHeader"
|
||||
|
||||
const MDXComponents: MDXComponentsType = {
|
||||
...UiMdxComponents,
|
||||
@@ -27,6 +29,8 @@ const MDXComponents: MDXComponentsType = {
|
||||
Tooltip: (props) => {
|
||||
return <Tooltip {...props} />
|
||||
},
|
||||
EventHeader,
|
||||
CopyGeneratedSnippetButton,
|
||||
}
|
||||
|
||||
export default MDXComponents
|
||||
|
||||
Reference in New Issue
Block a user