UNPKG

@muban/muban

Version:

Writing components for server-rendered HTML

4 lines (3 loc) 177 B
import type { PropTypeInfo } from '../props/propDefinitions.types'; declare const getPropTypeInfo: (propTypeInfo: PropTypeInfo) => PropTypeInfo; export default getPropTypeInfo;