feat: add widget preview pages (#9)
* feat: add widget definition system * fix: wrong typecheck command in turbo generator * chore: fix formatting * feat: add widget preview page * chore: fix formatting and type errors * chore: fix from widget edit modal and remove some never casts * chore: address pull request feedback
This commit is contained in:
5
packages/widgets/src/import.ts
Normal file
5
packages/widgets/src/import.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { WidgetSort } from ".";
|
||||
|
||||
export type WidgetImportRecord = {
|
||||
[K in WidgetSort]: unknown;
|
||||
};
|
||||
Reference in New Issue
Block a user