Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionProps ¶
type CodeProps ¶
type CodeProps struct { // Children - Code rendered inside the code block. Optional. Children any // // React.ReactNode // ClassName - Additional classes passed to the code block pre wrapper. Optional. ClassName string // CodeClassName - Additional classes passed to the code block code. Optional. CodeClassName string }
type Props ¶
type Props struct { // Children - Content rendered inside the code block. Optional. Children any // // React.ReactNode // ClassName - Additional classes passed to the code block wrapper. Optional. ClassName string // Actions - Actions in the code block header. Should be wrapped with CodeBlockAction. Optional. Actions any // // React.ReactNode }
Click to show internal directories.
Click to hide internal directories.