HTML to JSX
This commit is contained in:
parent
a59a1c4fc4
commit
de74de8b0a
1 changed files with 2 additions and 1 deletions
|
|
@ -1,10 +1,11 @@
|
|||
import './HTML.sass'
|
||||
import type { JSXElement } from 'solid-js'
|
||||
|
||||
interface Props {
|
||||
title: string
|
||||
name: string
|
||||
description: string
|
||||
children: HTMLElement
|
||||
children: JSXElement
|
||||
font?: string
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue