import React from 'react'; import classNames from 'classnames'; import styles from './drawer.module.scss'; export type DrawerPlaceholderProps = React.HTMLAttributes; export function DefaultPlaceholder(props: DrawerPlaceholderProps) { return
; }