@udus/notion-renderer
Version:

25 lines (24 loc) • 475 B
JavaScript
import PdfExternalObject from "./Pdf.External.json";
import PdfFileObject from "./Pdf.File.json";
import { Pdf } from "./Pdf.js";
const meta = {
title: "Blocks/Pdf",
component: Pdf,
tags: ["autodocs"],
};
export default meta;
export const Default = {
args: {
block: PdfExternalObject,
},
};
export const External = {
args: {
block: PdfExternalObject,
},
};
export const File = {
args: {
block: PdfFileObject,
},
};