UNPKG

@bolttech/server-side-next

Version:

This library was generated with [Nx](https://nx.dev).

11 lines (10 loc) 265 B
import { Props } from '@bolttech/essentials'; export declare type CustomMessageProps = Props<{ image?: string; title?: string; subtitle?: string; url?: string; textAlign?: string; titleSize?: string; subtitleSize?: string; }>;