UNPKG

ar-design

Version:

AR Design is a (react | nextjs) ui library.

8 lines (7 loc) 200 B
import React from "react"; import IProps from "./IProps"; declare const Otp: { ({ character, onChange, ...attributes }: IProps): React.JSX.Element; displayName: string; }; export default Otp;