UseArrayIndexExample
src/prod/arrays/useArrayIndex.ts
import React from 'react';
export const useArrayIndex = () => {
return 0;
};
dist/prod/arrays/useArrayIndex.js
export const useArrayIndex = () => {
return 0;
};
src/prod/arrays/useArrayIndex.ts
import React from 'react';
export const useArrayIndex = () => {
return 0;
};