@upstart.gg/sdk
Version:
You can test the CLI without recompiling by running:
17 lines (16 loc) • 699 B
TypeScript
import { BrickDefaults, BrickManifest } from "../../brick-manifest.js";
import * as _sinclair_typebox2333 from "@sinclair/typebox";
import { Static } from "@sinclair/typebox";
//#region src/shared/bricks/manifests/all-manifests.d.ts
declare const manifests: Record<string, BrickManifest>;
declare const defaultProps: Record<keyof typeof manifests, BrickDefaults>;
declare const brickTypes: _sinclair_typebox2333.TUnsafe<string>;
type BrickType = Static<typeof brickTypes>;
declare const examples: Record<string, {
description: string;
type: string;
props: any;
}[]>;
//#endregion
export { BrickType, brickTypes, defaultProps, examples, manifests };
//# sourceMappingURL=all-manifests.d.ts.map