UNPKG

@orfeas126/box-ui-elements

Version:
15 lines (12 loc) 305 B
// @flow import ContentOpenWith from '../ContentOpenWith'; export const basic = {}; export default { title: 'Elements/ContentOpenWith', component: ContentOpenWith, args: { features: global.FEATURE_FLAGS, rootFolderId: global.FOLDER_ID, token: global.TOKEN, }, };