UNPKG

@hhgtech/hhg-components

Version:
9 lines (8 loc) 305 B
import React from 'react'; export type Props = { legalTextType: 'community' | 'default'; trackingCategory: string; trackingAction: string; }; declare const PolicyContent: ({ legalTextType, trackingCategory, trackingAction, }: Props) => React.JSX.Element; export default PolicyContent;