4 lines
193 B
TypeScript
4 lines
193 B
TypeScript
export { default } from "./CaseStudy.container";
|
|
export type { CaseStudyProps, CaseStudySurfaceValue } from "./CaseStudy.types";
|
|
export { CASE_STUDY_SURFACE_OPTIONS } from "./CaseStudy.types";
|