import namedId from './namedId'; import useIncId from './useIncId'; export { useIncId, namedId }; export * from './namedId'; export * from './useIncId';