UNPKG

@hhgtech/hhg-components

Version:
11 lines (10 loc) 383 B
import React from 'react'; export type Props = { legalTextType: 'community' | 'default'; trackingCategory: string; trackingAction: string; activeTab?: string; errMsgPolicy?: string; }; declare const PolicyContent: ({ legalTextType, trackingCategory, trackingAction, activeTab, errMsgPolicy, }: Props) => React.JSX.Element; export default PolicyContent;