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

10 lines
283 B
TypeScript
Raw Normal View History

export type { CitationProps } from "./citation";
2026-03-30 01:50:41 +05:30
export { Citation } from "./citation";
export type { CitationListProps } from "./citation-list";
2026-03-30 01:50:41 +05:30
export { CitationList } from "./citation-list";
export type {
2026-03-30 01:50:41 +05:30
CitationType,
CitationVariant,
SerializableCitation,
} from "./schema";