Searched refs:isTextProps (Results 1 – 6 of 6) sorted by relevance
15 function isTextProps(props) { function20 if (isTextProps(props)) {
36 function isTextProps(props) { function40 if (isTextProps(props)) {
1 …isTextProps(props: any): props is TextProps {\n // Treat <li></li> as a Text element.\n return t…
1 …isTextProps(props: any): props is TextProps {\n return typeof props.children === 'string';\n}\n\n…
21 function isTextProps(props: any): props is TextProps {29 if (isTextProps(props)) {
49 function isTextProps(props: any): props is TextProps {56 if (isTextProps(props)) {