primereact
Version:
A rich set of premium UI Components for React.
7 lines (6 loc) • 306 B
TypeScript
export * from './InputOtp.context';
export * as InputOtp from './InputOtp.parts';
export * as InputOtpProps from './InputOtp.props';
export { defaultRootProps, InputOtpRoot } from './root';
export { defaultTextProps, InputOtpText } from './text';
export type * from '@primereact/types/primitive/inputotp';