sanity-plugin-link-field
Version:
A custom Link field for Sanity Studio
26 lines (25 loc) • 494 B
text/typescript
export {requiredLinkField} from './helpers/requiredLinkField'
export {
isCustomLink,
isEmailLink,
isExternalLink,
isInternalLink,
isPhoneLink,
} from './helpers/typeGuards'
export {linkField} from './linkField'
export type {
CustomizableLink,
CustomLink,
CustomLinkType,
CustomLinkTypeOptions,
EmailLink,
ExternalLink,
InternalLink,
LinkFieldOptions,
LinkFieldPluginOptions,
LinkInputProps,
LinkSchemaType,
LinkType,
LinkValue,
PhoneLink,
} from './types'