Skip to content

Commit

Permalink
feat: export functions
Browse files Browse the repository at this point in the history
  • Loading branch information
tiavina-mika committed Jun 23, 2024
1 parent 61f5e2f commit 8108e01
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
import PasswordChecklist from './PasswordChecklist';
import { validatePasswordChecklist, PasswordCheckListResult } from 'validate-password-checklist';

export {
type PasswordChecklistProps as PasswordStrengthInputProps
type PasswordChecklistProps
} from './types.d';

export {
validatePasswordChecklist,
type PasswordCheckListResult
}

export default PasswordChecklist;

0 comments on commit 8108e01

Please sign in to comment.