4 lines
164 B
TypeScript
Raw Normal View History

2025-12-10 12:02:17 +08:00
export { inputOtpProps, default as NInputOtp } from './src/InputOtp';
export type { InputOtpProps } from './src/InputOtp';
export type * from './src/public-types';