@mcut/timeline
textShadowSchema
Generated TypeScript API reference for the public mcut SDK.
mcut SDK / timeline/src / textShadowSchema
Variable: textShadowSchema
const textShadowSchema: ZodObject<{
blur: ZodDefault<ZodNumber>;
color: ZodDefault<ZodString>;
offsetX: ZodDefault<ZodNumber>;
offsetY: ZodDefault<ZodNumber>;
}, $strip> = shadowSchema;Defined in: packages/timeline/src/model.ts:93