UNPKG

vuestic-ui

Version:
3 lines (2 loc) 242 B
export declare const NOT_PROVIDED: unique symbol; export declare const useUserProvidedProp: <Name extends string, Props extends Record<Name, any>>(propName: Name, props: Props) => import("vue").ComputedRef<typeof NOT_PROVIDED | Props[Name]>;