import React from 'react'; export default { title: 'Addons/Cssresources', }; export const PrimaryLargeButton = () => ( ); PrimaryLargeButton.storyName = 'Primary Large Button'; PrimaryLargeButton.parameters = { cssresources: [ { id: `bootstrap v4.1.3`, code: ``, picked: true, }, { id: `bootstrap v3.3.5`, code: ``, picked: false, }, ], options: { selectedPanel: 'storybook/cssresources/panel', }, }; export const CameraIcon = () => Camera Icon; CameraIcon.storyName = 'Camera Icon'; CameraIcon.parameters = { cssresources: [ { id: `fontawesome`, code: ``, picked: true, }, { id: `whitetheme`, code: ``, picked: false, }, ], options: { selectedPanel: 'storybook/cssresources/panel', }, };