Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
This is a Modal component with xstyled super powers.
Obs.: Types used in this Doc:
render: (params: ModalFunctionNotation) => ReactNode
A function that rentuns the components to render inside Modal.
onClickOutside?: () => void A function called when user click outside of the modal.
externalIsOpen?: boolean
A boolean that indicates if the Modal is open or not. When used, internal state is ignored, and setIsOpen does nothing.
children?: (params: ModalFunctionNotation) => ReactNode | null
A function that returns the components to render in the place of your JSX that you putted the Modal component.