box-ui-elements
Version:
Box UI Elements
27 lines (26 loc) • 552 B
TypeScript
export declare const withModernization: {
args: {
api: any;
enableModernizedComponents: boolean;
};
play: ({ canvasElement }: {
canvasElement: any;
}) => Promise<void>;
};
export declare const withSharedLink: {
args: {
api: any;
};
play: (context: any) => Promise<void>;
};
export declare const withCollaborators: {
args: {
api: any;
};
play: (context: any) => Promise<void>;
};
declare const _default: {
title: string;
component: any;
};
export default _default;