@upstart.gg/sdk
Version:
You can test the CLI without recompiling by running:
11 lines (10 loc) • 527 B
TypeScript
import * as _sinclair_typebox5701 from "@sinclair/typebox";
import { Static, StringOptions } from "@sinclair/typebox";
//#region src/shared/bricks/props/css-length.d.ts
declare const cssUnits: string[];
declare function cssLength(options?: StringOptions): _sinclair_typebox5701.TString;
type CssLength = Static<ReturnType<typeof cssLength>>;
declare function isCssLength(value: string | number | undefined): boolean;
//#endregion
export { CssLength, cssLength, cssUnits, isCssLength };
//# sourceMappingURL=css-length.d.ts.map