Skip to content

Props types cleanup #61

Closed
Closed
@cknitt

Description

@cknitt

@mattdamon108 I have a question regarding props types:

Why are domProps and props as defined in

type domProps = {
and
type props = {
still @deriving(abstract) types and not just

type props = JsxDOM.props
type domProps = JsxDOM.domProps

?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions