@hv/celestial
Version:
A styleguide for documenting your Astro-components
13 lines • 604 B
TypeScript
export declare const WORKSPACE_ROOT: string;
export declare const CELESTIAL_TMP_SUBDIR = ".celestial";
export declare const CELESTIAL_DIR: string;
export declare const STYLEGUIDE_DIR: string;
export declare const STYLEGUIDE_SRC_DIR: string;
export declare const STYLEGUIDE_LAYOUT_DIR: string;
export declare const STYLEGUIDE_PAGE_DIR: string;
export declare const ORIG_DIR: string;
export declare const ORIG_SRC_DIR: string;
export declare const ORIG_COMPONENTS_DIR: string;
export declare const ORIG_GLOB: string;
export declare const ORIG_COMPONENT_GLOB: string;
//# sourceMappingURL=constants.d.ts.map