11// language TypeScriptReact
22// < definition react-example 1.0.0 src/`LoaderInput.tsx`/
33
4+ // format-options: showExternalSymbols
5+
46import React from 'react'
57// ^^^^^ reference @types/react 19.2.18 `index.d.ts`/React/
8+ // external SymbolInformation @types /react 19.2.18 `index.d.ts`/React/
69// ^^^^^^^ reference @types/react 19.2.18 `index.d.ts`/
10+ // external SymbolInformation @types /react 19.2.18 `index.d.ts`/
711
812/** Takes loading prop, input component as child */
913interface Props {
@@ -14,12 +18,14 @@ interface Props {
1418//^^^^^^^^ definition react-example 1.0.0 src/`LoaderInput.tsx`/Props#children.
1519// ^^^^^ reference @types/react 19.2.18 `index.d.ts`/React/
1620// ^^^^^^^^^ reference @types/react 19.2.18 `index.d.ts`/React/ReactNode#
21+ // external SymbolInformation @types /react 19.2.18 `index.d.ts`/React/ReactNode#
1722}
1823
1924export const LoaderInput : React . FunctionComponent < Props > = ( {
2025// ^^^^^^^^^^^ definition react-example 1.0.0 src/`LoaderInput.tsx`/LoaderInput.
2126// ^^^^^ reference @types/react 19.2.18 `index.d.ts`/React/
2227// ^^^^^^^^^^^^^^^^^ reference @types/react 19.2.18 `index.d.ts`/React/FunctionComponent#
28+ // external SymbolInformation @types /react 19.2.18 `index.d.ts`/React/FunctionComponent#
2329// ^^^^^ reference react-example 1.0.0 src/`LoaderInput.tsx`/Props#
2430 loading,
2531//^^^^^^^ definition local 3
@@ -30,12 +36,15 @@ export const LoaderInput: React.FunctionComponent<Props> = ({
3036} ) => (
3137 < div className = "hello" >
3238// ^^^ reference @types/react 19.2.18 `index.d.ts`/React/JSX/IntrinsicElements#div.
39+ // external SymbolInformation @types/react 19.2.18 `index.d.ts`/React/JSX/IntrinsicElements#div.
3340// ^^^^^^^^^ reference @types/react 19.2.18 `index.d.ts`/React/HTMLAttributes#className.
41+ // external SymbolInformation @types/react 19.2.18 `index.d.ts`/React/HTMLAttributes#className.
3442 { children }
3543// ^^^^^^^^ reference local 4
3644 { loading && < p > spinner</ p > }
3745// ^^^^^^^ reference local 3
3846// ^ reference @types/react 19.2.18 `index.d.ts`/React/JSX/IntrinsicElements#p.
47+ // external SymbolInformation @types/react 19.2.18 `index.d.ts`/React/JSX/IntrinsicElements#p.
3948// ^ reference @types/react 19.2.18 `index.d.ts`/React/JSX/IntrinsicElements#p.
4049 </ div >
4150// ^^^ reference @types/react 19.2.18 `index.d.ts`/React/JSX/IntrinsicElements#div.
@@ -51,6 +60,7 @@ export const LoaderInput2: React.FunctionComponent<Props> = props => {
5160// ^^^^^^^^^^^ reference react-example 1.0.0 src/`LoaderInput.tsx`/LoaderInput.
5261// ^^^^^^^ reference react-example 1.0.0 src/`LoaderInput.tsx`/Props#loading.
5362// ^^^ reference @types/react 19.2.18 `index.d.ts`/React/Attributes#key.
63+ // external SymbolInformation @types /react 19.2.18 `index.d.ts`/React/Attributes#key.
5464// ^^^^^^^^ reference react-example 1.0.0 src/`LoaderInput.tsx`/Props#children.
5565// ^^^^^ reference local 6
5666// ^^^^^^^^ reference react-example 1.0.0 src/`LoaderInput.tsx`/Props#children.
0 commit comments