[ci] yarn format
This commit is contained in:
parent
94f35dbfbc
commit
bd3bed7f27
3 changed files with 3 additions and 7 deletions
|
@ -83,7 +83,6 @@ export function extractDirectives(inputProps: Record<string | number, any>): Ext
|
||||||
return extracted;
|
return extracted;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
interface HydrateScriptOptions {
|
interface HydrateScriptOptions {
|
||||||
renderer: any;
|
renderer: any;
|
||||||
astroId: string;
|
astroId: string;
|
||||||
|
|
|
@ -225,8 +225,6 @@ export function spreadAttributes(values: Record<any, any>) {
|
||||||
return output;
|
return output;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Adds CSS variables to an inline style tag
|
// Adds CSS variables to an inline style tag
|
||||||
export function defineStyleVars(selector: string, vars: Record<any, any>) {
|
export function defineStyleVars(selector: string, vars: Record<any, any>) {
|
||||||
let output = '\n';
|
let output = '\n';
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
export function serializeListValue(value: any) {
|
export function serializeListValue(value: any) {
|
||||||
const hash: Record<string, any> = {};
|
const hash: Record<string, any> = {};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue