Home
last modified time | relevance | path

Searched refs:isTextProps (Results 1 – 6 of 6) sorted by relevance

/expo/packages/html-elements/build/elements/
H A DLists.js15 function isTextProps(props) { function
20 if (isTextProps(props)) {
H A DText.js36 function isTextProps(props) { function
40 if (isTextProps(props)) {
H A DLists.js.map1isTextProps(props: any): props is TextProps {\n // Treat <li></li> as a Text element.\n return t…
H A DText.js.map1isTextProps(props: any): props is TextProps {\n return typeof props.children === 'string';\n}\n\n…
/expo/packages/html-elements/src/elements/
H A DLists.tsx21 function isTextProps(props: any): props is TextProps {
29 if (isTextProps(props)) {
H A DText.tsx49 function isTextProps(props: any): props is TextProps {
56 if (isTextProps(props)) {