S
SolidJS5mo ago
NpmYoan

Validation of the props

I've been looking through the documentation and I don't see any way to type props and I have no idea
1 Reply
TaQuanMinhLong
TaQuanMinhLong5mo ago
You mean
function Component(props: MyPropType) {
//...
}
function Component(props: MyPropType) {
//...
}

Did you find this page helpful?