gather-content-ui
Version:
GatherContent UI Library
15 lines • 473 B
TypeScript
import ParticipantInfoComponent from "../../lib/ParticipantInfo";
declare const _default: {
title: string;
component: typeof ParticipantInfoComponent;
};
export default _default;
export declare function ParticipantInfo(): import("react/jsx-runtime").JSX.Element;
export declare namespace ParticipantInfo {
var parameters: {
controls: {
hideNoControlsWarning: boolean;
};
};
}
//# sourceMappingURL=ParticipantInfo.stories.d.ts.map