UNPKG

araya-styled-comp-lib

Version:

mark 1 react component library styled component

5 lines (4 loc) 203 B
import React from 'react'; import { PropsHasChildren } from '../../types'; declare const OverlayBackdrop: ({ children, ...props }: PropsHasChildren) => React.JSX.Element; export default OverlayBackdrop;