UNPKG

genomefeatures

Version:

A D3 based genome feature rendering

9 lines (8 loc) 275 B
import { StaticArgs } from './util'; import { StoryObj } from '@storybook/html'; declare const _default: { title: string; render: (args: import('@storybook/html').Args) => HTMLDivElement; }; export default _default; export declare const Simple: StoryObj<StaticArgs>;