kiva-protocol-ui-kit 1.0.43 → 1.0.49

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,7 +6,7 @@ import 'bootstrap/dist/css/bootstrap.min.css';
6
6
  export interface ConsentCardProps {
7
7
  title: string;
8
8
  agreement: string;
9
- pii: Array<string>;
9
+ pii: Element | null;
10
10
  back: string;
11
11
  accept: string;
12
12
  }