Skip to content

Commit 24da575

Browse files
committed
Fix typedoc by removing sources plugin
1 parent 2586784 commit 24da575

File tree

6 files changed

+178
-23
lines changed

6 files changed

+178
-23
lines changed

lib/src/react/particles/particles.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export interface ParticlesProps extends HTMLProps<HTMLCanvasElement> {
1515
* <Particles />
1616
* ```
1717
*
18-
* @source - Source code
1918
*/
2019
export const Particles = ({ options, overlay, fullScreenOverlay, ...props }: ParticlesProps) => {
2120
const canvasRef = useRef<HTMLCanvasElement>(null);

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"turbo": "^2.4.4",
2424
"typedoc": "^0.27.9",
2525
"typedoc-plugin-extras": "^4.0.0",
26-
"typedoc-plugin-inline-sources": "^1.2.1",
2726
"typedoc-plugin-mdn-links": "^5.0.1",
2827
"typedoc-plugin-missing-exports": "^3.1.0",
2928
"typedoc-plugin-rename-defaults": "^0.7.2",

0 commit comments

Comments
 (0)