Skip to content

Commit

Permalink
chore: update native types
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraghazra committed Mar 26, 2024
1 parent 6a84ce7 commit 12624b1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import type { PhoneNumberInputProps } from './types';
import { throwBladeError } from '~utils/logger';

const PhoneNumberInput = (_props: never): React.ReactElement => {
const PhoneNumberInput = (_props: PhoneNumberInputProps): React.ReactElement => {
throwBladeError({
message: 'PhoneNumberInput is not yet implemented for native',
moduleName: 'PhoneNumberInput',
Expand Down

0 comments on commit 12624b1

Please sign in to comment.