react-calendly
Version:
Calendly integration for React apps
10 lines (9 loc) • 378 B
TypeScript
import { PageSettings } from "../calendly";
export declare function sanitizePageSettingsProps(props: PageSettings): {
hideLandingPageDetails?: boolean | undefined;
hideEventTypeDetails?: boolean | undefined;
backgroundColor?: string | undefined;
textColor?: string | undefined;
primaryColor?: string | undefined;
hideGdprBanner?: boolean | undefined;
};