All Downloads are FREE. Search and download functionalities are using the official Maven repository.

types.react.ts Maven / Gradle / Ivy

import { ChangeEvent } from 'react';

export type DivProps = React.ComponentProps<'div'>
export type SetState = React.Dispatch>

export type AnyReactElement = React.ReactElement
export type ReactChildren = AnyReactElement

export type InputChanger = React.ChangeEventHandler 
export type InputChangeEvent = ChangeEvent 

export type Anchor = Element | null





© 2015 - 2024 Weber Informatics LLC | Privacy Policy