aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/styles/index.ts
blob: 978271ad5a061d9d2664117a5ff0b0c34f816b1e (plain) (blame)
1
2
3
4
5
6
7
8
9
import BlockAnchor from "./BlockAnchor";
import BlockBody from "./BlockBody";
import BlockHeader from "./BlockHeader";
import Content from "./Content";
import Footer from "./Footer";

type Theme = Record<string, never>;

export { BlockAnchor, BlockBody, BlockHeader, Content, Footer, Theme };