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