hcmstorybook
Version:
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
50 lines (49 loc) • 1.5 kB
TypeScript
/// <reference types="react" />
declare const _default: {
title: string;
component: {
({ image, size, label }: {
image: any;
size: any;
label: any;
}): JSX.Element;
propTypes: {
label: import("prop-types").Validator<string>;
onClick: import("prop-types").Requireable<(...args: any[]) => any>;
};
defaultProps: {
size: string;
label: string;
onClick: any;
};
};
argTypes: {
backgroundColor: {
control: string;
};
size: {
name: string;
control: {
type: string;
options: string[];
};
defaultValue: string;
};
};
};
export default _default;
export declare const Tidel_opgave: any;
export declare const Frigiv_opgave: any;
export declare const Central_behandling: any;
export declare const Note: any;
export declare const Vis_som_PDF: any;
export declare const Slet_opgave: any;
export declare const Opdatér: any;
export declare const Minimér: any;
export declare const Importer_SD_excel_fil: any;
export declare const Importer_fra_CVR: any;
export declare const KLE_import: any;
export declare const Opret_objekt: any;
export declare const Opdatér_eksisterende_objekt: any;
export declare const Luk_valgte_enhed: any;
export declare const Opret_ny_enhed: any;