We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c0b3eb + 2894aa2 commit f95894aCopy full SHA for f95894a
src/React/Basic/DOM.purs
@@ -2,8 +2,8 @@
2
-- | safely.
3
-- |
4
-- | __*Note:* DOM element props are provided as records, and checked using `Union`
5
--- | constraints. This means that we don't need to provide all props, but any we
6
--- | do provide must have the correct types.__
+-- | constraints. This allows callers to supply only a subset of the props, and the
+-- | compiler will ensure that the provided props exist and have the correct types.__
7
module React.Basic.DOM
8
( module Internal
9
, render
0 commit comments