All abbreviations share a
rt (for React TS) prefix.
import type { FC } from 'react';,
interface |Props {|}
const |: FC<|Props> = (|) => {
return (|);
}
export default |;const [|, set|] = useState(|);useEffect(() => {
|
}, [|]);import | from '|';import { | } from '|';export const | = |;export default |;export * from "|";export { default } from "|";export { default as | } from '|';