Type alias FormatTimeCodeSmpteOptions

FormatTimeCodeSmpteOptions: {
    dropFrame?: boolean;
    exceedingMode?: "add" | "ignore" | "error";
    frameSeparator?: string;
    timeBase?: number | string | TimeBaseInput;
} & Omit<TimeCodeInputOptions, "dropFrame" | " frameSeparator">