index.ets 71 B

1234
  1. export interface CodeInputType {
  2. txt: string,
  3. placeHolder: string
  4. }