Props type alias for associated component.

type Props = {
    input?: any;
    type?: any;
}
Index

Properties

Properties

input?: any
type?: any