UNPKG

@nuxtjs/mdc

Version:
6 lines (5 loc) 327 B
export declare const unsafeTags: string[]; export declare const unsafeAttributes: string[]; export declare const unsafeLinkPrefix: string[]; export declare const validateProp: (attribute: string, value: string) => boolean; export declare const validateProps: (type: string, props?: Record<string, any>) => Record<string, any>;