UNPKG
@emmveqz/react-components
Version:
latest (1.4.0)
1.4.0
1.3.0
Diverse Components for React
github.com/emmveqz/react-components
emmveqz/react-components
@emmveqz/react-components
/
dist
/
components
/
AppContext
/
example
/
UpdateProps.d.ts
4 lines
(3 loc)
•
99 B
TypeScript
View Raw
1
2
3
4
import
{
type
FC
}
from
'react'
;
export
declare
const
UpdateProps
:
FC
;
export
default
UpdateProps
;