@upstart.gg/sdk
Version:
You can test the CLI without recompiling by running:
8 lines (7 loc) • 348 B
TypeScript
import * as _sinclair_typebox5656 from "@sinclair/typebox";
//#region src/shared/bricks/props/boolean.d.ts
type BooleanOptions = Record<string, unknown>;
declare function boolean(title: string, defaultValue?: boolean, options?: BooleanOptions): _sinclair_typebox5656.TBoolean;
//#endregion
export { boolean };
//# sourceMappingURL=boolean.d.ts.map