UNPKG

vue-styleguidist

Version:
7 lines (6 loc) 197 B
/** * This object will contain all loaded markdown files * too avoid loading them twice and send a warinnig if we do. */ declare const _default: Record<string, string>; export default _default;