Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
renderLoadingComponent={() => }
/>
const DefaultLoadingElement = () => (
<div>
</div>
);
import {
BpkSpinner,
BpkLargeSpinner,
BpkExtraLargeSpinner,
SPINNER_TYPES,
} from 'bpk-component-spinner';
import DocsPageBuilder from '../../components/DocsPageBuilder';
const components = [
{
id: 'small',
title: 'Small',
examples: [
,
],
},
{
id: 'large',
title: 'Large',
examples: [
,
],
},
const CustomLoading = () => (
<div>
</div>
);