@thepalaceproject/circulation-admin
    Preparing search index...

    Interface EditableInputState

    interface EditableInputState {
        checked: boolean;
        value: string;
    }
    Index

    Properties

    Properties

    checked: boolean
    value: string