UNPKG

@paroicms/server

Version:
4 lines (3 loc) 262 B
import type { ScLabelingFieldType } from "@paroicms/public-anywhere-lib"; import type { SiteContext } from "../site-context/site-context.types.js"; export declare function getLabelingFieldTypes(siteContext: SiteContext, typeName: string): ScLabelingFieldType[];