index.ts9 lines · main
| 1 | export { default as MarketingForm } from './MarketingForm' |
| 2 | export type { |
| 3 | MarketingFormCrmConfig, |
| 4 | MarketingFormField, |
| 5 | MarketingFormProps, |
| 6 | } from './MarketingForm' |
| 7 | |
| 8 | export { default as HubSpotFormEmbed } from './HubSpotFormEmbed' |
| 9 | export type { HubSpotFormEmbedProps } from './HubSpotFormEmbed' |