workflow(sfc-playground): share and download buttons
This commit is contained in:
7
packages/global.d.ts
vendored
7
packages/global.d.ts
vendored
@@ -27,5 +27,10 @@ declare module '*.vue' {
|
||||
|
||||
}
|
||||
declare module '*?raw' {
|
||||
|
||||
const content: string
|
||||
export default content
|
||||
}
|
||||
|
||||
declare module 'file-saver' {
|
||||
export function saveAs(blob: any, name: any): void
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user