Home
last modified time | relevance | path

Searched refs:TextComponentProps (Results 1 – 3 of 3) sorted by relevance

/expo/docs/ui/components/Text/
H A DwithAnchor.tsx16 import { TextComponentProps } from './types';
29 export function withAnchor(Component: FC<PropsWithChildren<TextComponentProps>>) {
30 function AnchorComponent({ id, children, ...rest }: TextComponentProps) {
H A Dtypes.ts25 export type TextComponentProps = HTMLAttributes< alias
H A Dindex.tsx6 import { TextComponentProps, TextElement } from './types';
18 { level?: number; id?: string } & AdditionalProps & TextComponentProps
24 BaseComponent: React.ComponentType<React.PropsWithChildren<TextComponentProps>>,
57 function TextComponent(props: TextComponentProps) {