UNPKG

@aplus-frontend/utils

Version:

Utils for Aplus frontend team.

3 lines (2 loc) 99 B
import { PropType } from 'vue'; export declare const definePropType: <T>(val: any) => PropType<T>;