[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;
|
||||
}
|
||||
|
||||
|
||||
interface HydrateScriptOptions {
|
||||
renderer: any;
|
||||
astroId: string;
|
||||
|
|
|
@ -225,8 +225,6 @@ export function spreadAttributes(values: Record<any, any>) {
|
|||
return output;
|
||||
}
|
||||
|
||||
|
||||
|
||||
// Adds CSS variables to an inline style tag
|
||||
export function defineStyleVars(selector: string, vars: Record<any, any>) {
|
||||
let output = '\n';
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
export function serializeListValue(value: any) {
|
||||
const hash: Record<string, any> = {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue