Tanatloc documentation
    Preparing search index...

    Props

    interface IProps {
        children: ReactNode;
        loading?: boolean;
        onCancel: () => void;
        onOk: () => Promise<void>;
        title: string;
        visible: boolean;
    }
    Index

    Properties

    children: ReactNode
    loading?: boolean
    onCancel: () => void
    onOk: () => Promise<void>
    title: string
    visible: boolean