@public
interface
AssetSource
Import
import {type AssetSource} from 'sanity'
Signature
interface AssetSource {
component: ComponentType<AssetSourceComponentProps>
i18nKey?: string
icon?: ComponentType<EmptyProps>
name: string
title?: string
}
Properties
component: ComponentType<AssetSourceComponentProps>
component: ComponentType<AssetSourceComponentProps>
i18nKey?: string
i18nKey?: string
icon?: ComponentType<EmptyProps>
icon?: ComponentType<EmptyProps>
name: string
name: string
title?: string
title?: string