We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f0e81e commit 05d218aCopy full SHA for 05d218a
packages/docs/src/components/ScssDocs.tsx
@@ -2,7 +2,7 @@ import React from 'react'
2
import { useStaticQuery, graphql } from 'gatsby'
3
import { Highlight, Prism } from 'prism-react-renderer'
4
5
-interface ScssDocsProps {
+export interface ScssDocsProps {
6
file: string
7
capture: string
8
}
0 commit comments