@nuxtjs/mdc
Version:
Nuxt MDC module
6 lines (5 loc) • 327 B
TypeScript
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>;