gather-content-ui
Version:
GatherContent UI Library
18 lines • 522 B
TypeScript
import { Person as PersonComponent } from "lib";
declare const _default: {
title: string;
component: typeof PersonComponent;
args: {
selected: boolean;
interactive: boolean;
name: any;
subtitle: any;
avatarUrl: any;
highlightText: string;
locked: boolean;
lockedTooltipText: string;
};
};
export default _default;
export declare function Person(args: any): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=Person.stories.d.ts.map