-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "VACMS-18457 Implement action links on Event CTAs (#850)"
This reverts commit 510b90d.
- Loading branch information
1 parent
510b90d
commit 45fb1f9
Showing
4 changed files
with
41 additions
and
48 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,36 +1,35 @@ | ||
/// <reference types="react-scripts" /> | ||
|
||
declare module 'nock' | ||
declare module 'test-utils' | ||
declare module '@testing-library/react' | ||
declare module '@department-of-veterans-affairs/component-library' | ||
declare module '@department-of-veterans-affairs/component-library/Table' | ||
declare module '@department-of-veterans-affairs/component-library/LoadingIndicator' | ||
declare module '@department-of-veterans-affairs/component-library/AlertBox' | ||
declare module '@department-of-veterans-affairs/component-library/Banner' | ||
declare module '@department-of-veterans-affairs/component-library/Breadcrumbs' | ||
declare module '@department-of-veterans-affairs/component-library/dist/react-bindings' | ||
declare module '@department-of-veterans-affairs/component-library/DropDownPanel' | ||
declare module '@department-of-veterans-affairs/component-library/LoadingIndicator' | ||
declare module '@department-of-veterans-affairs/component-library/Breadcrumbs' | ||
declare module '@department-of-veterans-affairs/component-library/Banner' | ||
declare module '@department-of-veterans-affairs/component-library/TextInput' | ||
declare module '@department-of-veterans-affairs/component-library/TextArea' | ||
declare module '@department-of-veterans-affairs/component-library/Modal' | ||
declare module '@department-of-veterans-affairs/component-library/Pagination' | ||
declare module '@department-of-veterans-affairs/component-library/ProgressButton' | ||
declare module '@department-of-veterans-affairs/component-library/PromoBanner' | ||
declare module '@department-of-veterans-affairs/component-library/Table' | ||
declare module '@department-of-veterans-affairs/component-library/TextArea' | ||
declare module '@department-of-veterans-affairs/component-library/TextInput' | ||
declare module '@testing-library/react' | ||
declare module 'debug' | ||
declare module '@department-of-veterans-affairs/component-library/dist/react-bindings' | ||
declare module 'mq-polyfill' | ||
declare module 'nock' | ||
declare module 'test-utils' | ||
declare module 'debug' | ||
|
||
declare namespace JSX { | ||
interface IntrinsicElements { | ||
'va-accordion-item' | ||
'va-accordion' | ||
'va-alert' | ||
'va-back-to-top' | ||
'va-breadcrumbs' | ||
'va-button' | ||
'va-icon' | ||
'va-link' | ||
'va-link-action' | ||
'va-icon' | ||
'va-button' | ||
'va-breadcrumbs' | ||
'va-accordion' | ||
'va-accordion-item' | ||
'va-on-this-page' | ||
'va-back-to-top' | ||
} | ||
} |
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