UNPKG

sanity-plugin-link-field

Version:
26 lines (25 loc) 494 B
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'