box-ui-elements
Version:
Box UI Elements
21 lines (20 loc) • 385 B
TypeScript
export declare const basic: {
args: {
maxSelectable: number;
};
};
export declare const withPagination: {
args: {
initialPageSize: number;
};
};
declare const _default: {
title: string;
component: any;
args: {
features: Record<string, boolean>;
rootFolderId: string;
token: string;
};
};
export default _default;