Sign in
apache
/
paimon
/
HEAD
/
.
/
docs
/
src
/
components
/
ConfigTable.js
blob: c411c22544c221a044829c64000beb7f154a30e7 [
file
]
import
React
from
'react'
;
export
default
function
ConfigTable
({
html
})
{
return
(
<
div
className
=
"config-table-wrapper"
dangerouslySetInnerHTML
={{
__html
:
html
}}
/>
);
}