@udus/notion-renderer
Version:

14 lines (13 loc) • 327 B
JavaScript
import { UniqueIdProperty } from "./UniqueId.js";
import UniqueIdPropertyObject from "./UniqueId.json";
const meta = {
title: "Properties/UniqueId",
component: UniqueIdProperty,
tags: ["autodocs"],
};
export default meta;
export const Default = {
args: {
propertyItem: UniqueIdPropertyObject,
},
};