SurfSense/surfsense_web/components/tool-ui/citation/index.ts

7 lines
177 B
TypeScript

export type { CitationProps } from "./citation";
export { Citation } from "./citation";
export type {
CitationType,
CitationVariant,
SerializableCitation,
} from "./schema";