@udus/notion-renderer
Version:

18 lines (17 loc) • 491 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { SelectProperty } from "./Select.js";
import SelectPropertyObject from "./Select.json";
const meta = {
title: "Properties/Select",
component: SelectProperty,
tags: ["autodocs"],
};
export default meta;
export const Default = {
args: {
propertyItem: SelectPropertyObject,
},
decorators: [
(Story) => (_jsx("div", { className: "notion-root notion-light", children: _jsx(Story, {}) })),
],
};