interface ComponentFileimport { type ComponentFile } from "https://dotland.deno.dev/x/lume@v2.2.1/core/component_loader.ts"; Propertiesoptionalname: stringName of the component (used to get it from templates) content: unknownThe content of the component optionalcss: stringOptional CSS code needed to style the component (global, only inserted once) optionaljs: stringOptional JS code needed for the component interactivity (global, only inserted once) optionalinheritData: booleanIf false, the data from the parent directory will not be inherited