trustlabs-sdk
Version:
Easy-to-use SDK for displaying trust verification badges on websites. Supports React, Vue, vanilla JS, and CDN usage.
16 lines (15 loc) • 880 B
TypeScript
export { type TrustStatus, type TrustStatusResponse } from './getTrustStatus';
export { TrustLabsError } from './getTrustStatus';
export { type TrustStatusProxy } from './proxy';
export { type RenderTrustBadgeOptions } from './renderTrustBadge';
export { type TrustBadgeProps } from './components/TrustBadge';
export { type TrustLabsConfig } from './TrustLabsSDK';
export { getTrustStatus } from './getTrustStatus';
export { setProxy } from './proxy';
export { renderTrustBadge, renderTrustBadgeWithFetch } from './renderTrustBadge';
export { TrustBadge } from './components/TrustBadge';
export { default as TrustBadgeComponent } from './components/TrustBadge';
export { TrustBadgeProvider, useTrustBadge } from './components/TrustBadgeProvider';
export { TrustLabsSDK as default } from './TrustLabsSDK';
export { init, isInitialized } from './init';
import './styles/badge.css';