reablocks
Version:
Component library for React
22 lines (20 loc) • 844 B
TypeScript
import { default as React } from 'react';
declare const _default: {
title: string;
components: React.FC<import('./JsonTree').JsonTreeProps>;
argTypes: {
showEmpty: {
control: string;
};
showCount: {
control: string;
};
};
};
export default _default;
export declare const Simple: (props: any) => import("react/jsx-runtime").JSX.Element;
export declare const Expanded: (props: any) => import("react/jsx-runtime").JSX.Element;
export declare const Complex: (props: any) => import("react/jsx-runtime").JSX.Element;
export declare const ShowAll: (props: any) => import("react/jsx-runtime").JSX.Element;
export declare const Empties: (props: any) => import("react/jsx-runtime").JSX.Element;
export declare const NoRoot: (props: any) => import("react/jsx-runtime").JSX.Element;