Tanatloc documentation
    Preparing search index...

    Props

    interface IProps {
        children?: ReactNode;
        onClose: () => void;
        title: string;
        visible: boolean;
    }
    Index

    Properties

    children?: ReactNode
    onClose: () => void
    title: string
    visible: boolean