chore: revert custom element `shadow` types

svelte-custom-renderer-single-type-argument
paoloricciuti 5 months ago
parent 5c60dff588
commit 7012a4d633

@ -88,7 +88,7 @@ export namespace AST {
customRenderer?: string;
customElement?: {
tag?: string;
shadow?: 'open' | 'none';
shadow?: 'open' | 'none' | ObjectExpression | undefined;
props?: Record<
string,
{

@ -1251,7 +1251,7 @@ declare module 'svelte/compiler' {
customRenderer?: string;
customElement?: {
tag?: string;
shadow?: 'open' | 'none';
shadow?: 'open' | 'none' | ObjectExpression | undefined;
props?: Record<
string,
{

Loading…
Cancel
Save