-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
113e0de
commit 6000919
Showing
9 changed files
with
19 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* THIS IS A BIT-AUTO-GENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. */ | ||
|
||
{ | ||
"theopensystemslab.planx-components/[email protected].2": { | ||
"theopensystemslab.planx-components/[email protected].3": { | ||
"files": [ | ||
{ | ||
"relativePath": "src/components/Date.tsx", | ||
|
@@ -49,7 +49,7 @@ | |
"origin": "AUTHORED", | ||
"exported": true | ||
}, | ||
"theopensystemslab.planx-components/[email protected].2": { | ||
"theopensystemslab.planx-components/[email protected].3": { | ||
"files": [ | ||
{ | ||
"relativePath": "src/pages/SignIn.tsx", | ||
|
@@ -73,7 +73,7 @@ | |
"origin": "AUTHORED", | ||
"exported": true | ||
}, | ||
"theopensystemslab.planx-components/[email protected].2": { | ||
"theopensystemslab.planx-components/[email protected].3": { | ||
"files": [ | ||
{ | ||
"relativePath": "src/components/StreetAddress.tsx", | ||
|
@@ -97,7 +97,7 @@ | |
"origin": "AUTHORED", | ||
"exported": true | ||
}, | ||
"theopensystemslab.planx-components/[email protected].1": { | ||
"theopensystemslab.planx-components/[email protected].2": { | ||
"files": [ | ||
{ | ||
"relativePath": "src/components/Text.tsx", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
import * as React from "react"; | ||
interface ISignIn { | ||
fullPage?: boolean; | ||
topSpacing?: number; | ||
title?: string; | ||
} | ||
declare const SignIn: React.FC<ISignIn>; | ||
export default SignIn; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters