mirror of
https://github.com/picocss/pico.git
synced 2025-04-20 08:45:06 -04:00
15 lines
286 B
TypeScript
15 lines
286 B
TypeScript
![]() |
import { expect, userEvent, within } from "@storybook/test";
|
||
|
|
||
|
// @ts-ignore
|
||
|
import AllHTML from "./classless.html?raw";
|
||
|
|
||
|
export default {
|
||
|
title: "Examples/PicoCSSClassless",
|
||
|
render: (args) => AllHTML,
|
||
|
parameters: {
|
||
|
// layout: "fullscreen",
|
||
|
},
|
||
|
};
|
||
|
|
||
|
export const Default = {};
|