3 lines
73 B
TypeScript
3 lines
73 B
TypeScript
export { useInput } from './useInput';
|
|
export * from './useInput.types';
|
export { useInput } from './useInput';
|
|
export * from './useInput.types';
|