chore(*): run prettier

This commit is contained in:
AAGaming
2024-05-12 15:48:13 -04:00
parent bffd530bda
commit a7635b6305
33 changed files with 318 additions and 302 deletions

View File

@@ -23,4 +23,6 @@ export interface FieldProps extends FooterLegendProps {
onClick?: (e: CustomEvent | MouseEvent) => void;
}
export const Field = findModuleExport((e: Export) => e?.render?.toString().includes('"shift-children-below"')) as FC<FieldProps & RefAttributes<HTMLDivElement>>;
export const Field = findModuleExport((e: Export) => e?.render?.toString().includes('"shift-children-below"')) as FC<
FieldProps & RefAttributes<HTMLDivElement>
>;