Initiated InputOtp

This commit is contained in:
Cagatay Civici 2024-02-21 21:38:16 +03:00
parent c555e258c0
commit 067da063a8
102 changed files with 2228 additions and 1 deletions

View file

@ -0,0 +1,3 @@
import { BaseStyle } from '../../base/style/BaseStyle';
export interface InputOtpStyle extends BaseStyle {}