chore: generate types

pull/13504/head
paoloricciuti 2 years ago
parent 83e77ff8e0
commit 727839bd03

@ -1264,7 +1264,9 @@ declare module 'svelte/compiler' {
* May throw an error if the code is too complex to migrate automatically.
*
* */
export function migrate(source: string, filename?: string | undefined): {
export function migrate(source: string, { filename }?: {
filename?: string;
} | undefined): {
code: string;
};
namespace Css {

Loading…
Cancel
Save