style: Apply Prettier formatting to codebase
This commit is contained in:
@@ -19,7 +19,11 @@
|
||||
obj?: any;
|
||||
}
|
||||
|
||||
let { row_header = false, primary_obj_li_type = $bindable(slct_obj_li_type), obj = null }: Props = $props();
|
||||
let {
|
||||
row_header = false,
|
||||
primary_obj_li_type = $bindable(slct_obj_li_type),
|
||||
obj = null
|
||||
}: Props = $props();
|
||||
console.log(obj);
|
||||
console.log(typeof obj);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user