67992d941a
refs https://github.com/TryGhost/Product/issues/4073 & https://github.com/TryGhost/Product/issues/4074 --- ### <samp>🤖 Generated by Copilot at eb30d37</samp> This pull request updates some dependencies and adds fallback values for email customization settings in the `admin-x-settings` app. This improves the color contrast and timezone detection of the email newsletters and prevents rendering issues.
10 lines
260 B
TypeScript
10 lines
260 B
TypeScript
declare module '@tryghost/limit-service'
|
|
declare module '@tryghost/nql'
|
|
|
|
declare module '*.svg' {
|
|
import React = require('react');
|
|
export const ReactComponent: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
const src: string;
|
|
export default src;
|
|
}
|