-
Notifications
You must be signed in to change notification settings - Fork 90
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
Showing
7 changed files
with
16 additions
and
25 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
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,5 +1 @@ | ||
import { default as _CreateForm, CreateFormProps as _CreateFormProps } from './CreateForm'; | ||
|
||
export interface CreateFormProps extends _CreateFormProps {} | ||
|
||
export const CreateForm = _CreateForm; | ||
export { default as CreateForm } from './CreateForm'; |
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,4 +1,2 @@ | ||
import { default as QueryTable, QueryTableProps } from './QueryTable'; | ||
import { default as QueryForm, QueryFormProps } from './QueryForm'; | ||
|
||
export { QueryTable, QueryForm, QueryTableProps, QueryFormProps }; | ||
export { default as QueryTable } from './QueryTable'; | ||
export { default as QueryForm } from './QueryForm'; |
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,5 +1 @@ | ||
import { default as _StepForm, StepFormProps as _StepFormProps } from './StepForm'; | ||
|
||
export interface StepFormProps extends _StepFormProps {} | ||
|
||
export const StepForm = _StepForm; | ||
export { default as StepForm } from './StepForm'; |
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,5 +1 @@ | ||
import { default as _StepQueryTable ,StepQueryTableProps as _StepQueryTableProps } from './StepQueryTable'; | ||
|
||
export interface StepQueryTableProps extends _StepQueryTableProps {} | ||
|
||
export const StepQueryTable = _StepQueryTable; | ||
export { default as StepQueryTable } from './StepQueryTable'; |
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