box-ui-elements
Version:
Box UI Elements
25 lines (24 loc) • 449 B
TypeScript
export declare const basic: {};
export declare const withSharedLink: {
args: {
api: any;
};
};
declare const _default: {
title: string;
component: any;
argTypes: {
itemType: {
options: any[];
control: {
type: string;
};
};
};
parameters: {
chromatic: {
disableSnapshot: boolean;
};
};
};
export default _default;