@udus/notion-renderer
Version:

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