hcmstorybook
Version:
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
19 lines (18 loc) • 410 B
TypeScript
/// <reference types="react" />
declare const _default: {
title: string;
component: ({ options }: {
options: any;
}) => JSX.Element;
args: {
options: ({
icon: any;
label: string;
} | {
icon: string;
label?: undefined;
})[];
};
};
export default _default;
export declare const IconsMenu: any;