Skip to content

Commit

Permalink
chore: tsd refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
xz8la8 committed May 6, 2021
1 parent 50e457e commit 437ed81
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sula/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sula",
"version": "1.2.0-beta.56",
"version": "1.2.0-beta.60",
"module": "./es/index.js",
"main": "./es/index.js",
"types": "./es/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/sula/src/template-create-form/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export type { CreateFormProps } from './CreateForm';
export { default as CreateForm } from './CreateForm';
3 changes: 3 additions & 0 deletions packages/sula/src/template-query-table/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
export type { QueryTableProps } from './QueryTable';
export type { QueryFormProps } from './QueryForm';

export { default as QueryTable } from './QueryTable';
export { default as QueryForm } from './QueryForm';
1 change: 1 addition & 0 deletions packages/sula/src/template-step-form/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export type { StepFormProps } from './StepForm';
export { default as StepForm } from './StepForm';
1 change: 1 addition & 0 deletions packages/sula/src/template-step-query-table/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export type { StepQueryTableProps } from './StepQueryTable';
export { default as StepQueryTable } from './StepQueryTable';

0 comments on commit 437ed81

Please sign in to comment.