UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

3 lines (2 loc) 181 B
import type { ZodTypesType } from '../components/get-zod-if-possible'; export declare const colorWithNewOpacity: (color: string, opacity: number, zodTypes: ZodTypesType) => string;