import { ComplexModal } from '@yandex-lego/components/LayerManager/__examples__/complex-modal.tsx'
import complexModalSource from '!!raw-loader!@yandex-lego/components/LayerManager/__examples__/complex-modal.tsx'
import { ComplexPopup } from '@yandex-lego/components/LayerManager/__examples__/complex-popup.tsx'
import complexPopupSource from '!!raw-loader!@yandex-lego/components/LayerManager/__examples__/complex-popup.tsx'

#### Пример с Modal

<Example
    component={ComplexModal}
    source={complexModalSource}
/>

#### Пример с Popup

<Example
    component={ComplexPopup}
    source={complexPopupSource}
/>
