UNPKG

fumadocs-ui

Version:

The framework for building a documentation website in Next.js

10 lines 243 B
export interface Options { className?: string; /** * Disable custom table styles */ disableRoundedTable?: boolean; } export declare const typography: unknown; export default typography; //# sourceMappingURL=index.d.ts.map