fenextjs-interface
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -1,4 +0,8 @@ | ||
export interface PhoneProps { | ||
export interface PhoneCodeProps { | ||
img?: string; | ||
code: string; | ||
} | ||
export interface PhoneProps extends PhoneCodeProps { | ||
number?: string; | ||
tel: string; | ||
} |
@@ -1,4 +0,8 @@ | ||
export interface PhoneProps { | ||
export interface PhoneCodeProps { | ||
img?: string; | ||
code: string; | ||
} | ||
export interface PhoneProps extends PhoneCodeProps { | ||
number?: string; | ||
tel: string; | ||
} |
{ | ||
"name": "fenextjs-interface", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js", |
11073
205