UNPKG

box-ui-elements

Version:
27 lines (26 loc) 552 B
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;