UNPKG

@muban/muban

Version:

Writing components for server-rendered HTML

3 lines (2 loc) 150 B
import type { PropTypeInfo } from '../propDefinitions.types'; export declare function convertSourceValue(propInfo: PropTypeInfo, value: string): any;